23 lines
495 B
PHP
23 lines
495 B
PHP
|
@extends('template.'.config('settings.template').'.content.master')
|
||
|
|
||
|
@section('content')
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<div class="col-12 col-md-11">
|
||
|
<br>
|
||
|
<br>
|
||
|
<h1>Error 500</h1>
|
||
|
<p>Not Found</p>
|
||
|
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
@stop
|