mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
10 lines
168 B
PHP
10 lines
168 B
PHP
@extends('base')
|
|
|
|
@section('content')
|
|
|
|
<div class="container">
|
|
<h1 class="text-muted">An Error Occurred</h1>
|
|
<p>{{ $message }}</p>
|
|
</div>
|
|
|
|
@stop |