added 500 page
parent
8c6846ad86
commit
d27354e52f
|
@ -0,0 +1,55 @@
|
|||
@extends('template.'.config('settings.template').'.content.master')
|
||||
@section('content')
|
||||
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<h1>500 Server Error</h1>
|
||||
<p class="text-muted">There was a Server error. </p>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<p class="fs-4">The responsible team was notified...</p>
|
||||
<br>
|
||||
<a class="btn btn-primary" href="{{url('/')}}">Return to the Home Page</a>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
@stop
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue