{{ $statusCode }}
What this means
This page could not complete the requested action. No data was lost.
If this keeps happening, return to the dashboard and try again from there.
@php $statusCode = $statusCode ?? 500; $title = $title ?? 'Something went wrong'; $description = $description ?? 'An unexpected error occurred while processing your request.'; $accent = match ($statusCode) { 403 => '#ef4444', 404 => '#f59e0b', 419 => '#f97316', 422 => '#0f766e', 429 => '#f97316', default => '#f97316', }; @endphp
What this means
This page could not complete the requested action. No data was lost.
If this keeps happening, return to the dashboard and try again from there.