mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Add a title to the 404 page
This commit is contained in:
parent
1b2ed30f31
commit
c70b82b611
1 changed files with 3 additions and 1 deletions
|
@ -1 +1,3 @@
|
||||||
@extends('templates.error')
|
@extends('templates.error', [
|
||||||
|
'title' => 'Page Not Found'
|
||||||
|
])
|
||||||
|
|
Loading…
Reference in a new issue