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