CluPilotCloud/resources/views/errors/405.blade.php

7 lines
163 B
PHP

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