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

11 lines
No EOL
169 B
PHP

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