Files
BetiX/resources/views/errors/404.blade.php
Dolo 0280278978
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled
Initialer Laravel Commit für BetiX
2026-04-04 18:01:50 +02:00

6 lines
194 B
PHP

@include('errors.layout', [
'code' => 404,
'title' => 'Page Not Found',
'message' => "This page doesn't exist or has been moved. Double-check the URL or head back to the lobby.",
])