2023-09-11 07:14:56 +00:00

10 lines
312 B
PHP
Executable File

@extends('adminlte::page')
@section('content')
<div class="error-page">
<h2 class="headline text-danger">500</h2>
<div class="error-content pt-5">
<h3><i class="fas fa-exclamation-triangle text-danger"></i> Oops! Something went wrong.</h3>
</div>
</div>
@endsection