6 lines
194 B
PHP
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.",
|
|
])
|