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