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

7 lines
163 B
PHP

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