Add a title to the 404 page

This commit is contained in:
Kevin MacMartin 2024-04-10 18:07:32 -04:00
parent 1b2ed30f31
commit c70b82b611

View file

@ -1 +1,3 @@
@extends('templates.error')
@extends('templates.error', [
'title' => 'Page Not Found'
])