Initialer Laravel Commit für BetiX
This commit is contained in:
5
resources/views/errors/404.blade.php
Normal file
5
resources/views/errors/404.blade.php
Normal file
@@ -0,0 +1,5 @@
|
||||
@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.",
|
||||
])
|
||||
Reference in New Issue
Block a user