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

4 lines
65 B
PHP
Raw Normal View History

2024-04-10 18:07:32 -04:00
@extends('templates.error', [
'title' => 'Page Not Found'
])