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