1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-02-13 13:18:46 -05:00
hypothetical/resources/views/errors/404.blade.php
2024-04-10 18:07:32 -04:00

3 lines
65 B
PHP

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