A tour booking payment attempt failed or was not completed.
Booking ID: #{{ $booking->id }}
Package: {{ $booking->package->name }}
Customer: {{ $booking->full_name }}
Email: {{ $booking->email }}
WhatsApp: {{ $booking->whatsapp }}
Attempted Amount: {{ $booking->package->currency ?? 'USD' }} {{ number_format((float) $booking->total_advance_amount, 2) }}
Payment Status: {{ ucfirst($booking->payment_status) }}