10 lines
312 B
PHP
Executable File
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
|