@include('errors.layout', [
'code' => 500,
'title' => __('errors.500.title'),
'body' => __('errors.500.body'),
'hint' => __('errors.500.hint'),
])