@props(['code', 'title', 'body', 'hint' => null]) {{ $title }} — CluPilot Cloud {{-- Self-contained, like the maintenance page and for the same reason: this is shown when something has already gone wrong, which includes "mid-deploy" and "the asset manifest is missing". Pulling styles in through @vite would throw a second exception on top of the first and render nothing at all. The fonts are the site's own, served as static files — if they are missing the page degrades to a system serif and still says what it needs to say. --}} @verbatim @endverbatim
{{ __('errors.heading') }}{{ $code }}

{{ $title }}

{{ $body }}

@if ($hint)

{{ $hint }}

@endif
{{-- Back first: on an error page the thing someone actually wants is the page they came from, not the front door. --}} {{ __('errors.back') }} {{ __('errors.home') }}

CluPilot Cloud