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