7 lines
238 B
PHP
7 lines
238 B
PHP
@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,
|
|
])
|