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

7 lines
163 B
PHP

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