mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
066adf3cea
Updated 404 page with additional links
10 lines
187 B
PHP
10 lines
187 B
PHP
@extends('base')
|
|
|
|
@section('content')
|
|
|
|
<div class="container">
|
|
<h1 class="text-muted">{{ trans('errors.error_occurred') }}</h1>
|
|
<p>{{ $message }}</p>
|
|
</div>
|
|
|
|
@stop |