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

7 lines
163 B
PHP

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