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

7 lines
163 B
PHP

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