]> BookStack Code Mirror - bookstack/blob - resources/views/errors/500.blade.php
#47 - Fixes the issues with the test case.
[bookstack] / resources / views / errors / 500.blade.php
1 @extends('base')
2
3 @section('content')
4
5     <div class="container">
6         <h1 class="text-muted">{{ trans('errors.error_occurred') }}</h1>
7         <p>{{ $message }}</p>
8     </div>
9
10 @stop