@extends('layouts.guest-payment') @section('content')

Payment Error

Oops! Something Went Wrong

We encountered an issue with your payment request.

Error Details

{{ $error ?? 'Unknown error occurred.' }}

@if($showLogout ?? false)
Wrong Account?

If you're logged into the wrong account, please logout and try again with the correct email address.

@csrf
@endif
What Should I Do?
  • Check your email for the correct payment recovery link
  • Make sure you're logged in with the correct account (if required)
  • Contact support if the issue persists
Go to Login @if(Auth::check()) Go to Dashboard @endif
@endsection