Initialer Laravel Commit für BetiX
This commit is contained in:
6
resources/views/errors/500.blade.php
Normal file
6
resources/views/errors/500.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
@include('errors.layout', [
|
||||
'code' => 500,
|
||||
'title' => 'Internal Server Error',
|
||||
'message' => 'Something broke on our end. Our team has been automatically notified. Please try again in a few minutes.',
|
||||
'details' => true,
|
||||
])
|
||||
Reference in New Issue
Block a user