@vite(['resources/css/app.css'])
{{-- Illustration --}}
{{-- Content --}}

{{ __('Something went wrong') }}

{{ __('We hit an unexpected error. Our team has been notified. Please try again in a moment.') }}

{{ __('Reference') }}: {{ \Illuminate\Support\Str::uuid()->toString() }}

{{-- Actions --}}
{{ __('Go Home') }}
{{-- Support hint --}}

{{ __('If this keeps happening, contact') }} {{ __('support') }}.

{{-- Brand --}}
M
{{ config('app.name') }}