0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-15 01:08:32 +00:00
BookStackApp_BookStack/resources/views/errors/500.blade.php

10 lines
No EOL
168 B
PHP

@extends('base')
@section('content')
<div class="container">
<h1 class="text-muted">An Error Occurred</h1>
<p>{{ $message }}</p>
</div>
@stop