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

7 lines
163 B
PHP

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