BetiX
{{ $code ?? '?' }}
Error {{ $code ?? '' }}
{{ $title ?? 'Something went wrong' }}
{{ $message ?? 'An unexpected error occurred. Please try again or contact support.' }}
@isset($details)
What you can try
Troubleshooting
- Refresh the page and try again.
- Clear your browser cache and cookies.
- Check your internet connection.
- Contact support at {{ config('mail.from.address') }} if the issue persists.
@endisset
ref: {{ \Illuminate\Support\Str::uuid() }}