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

7 lines
163 B
PHP

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