bookstack/resources/views/errors/404.blade.php

9 lines
137 B
PHP

@extends('public')
@section('content')
<h1>Page Not Found</h1>
<p>The page you were looking for could not be found.</p>
@stop