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

4 lines
65 B
PHP
Raw Normal View History

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