Dear {{ $customer->name ?? 'Valued Traveler' }},
Thank you for choosing Pandini Voyages for your travel needs! We're excited to confirm your booking and help you create unforgettable memories.
Booking Confirmation
Reference Number:
{{ $order->reference ?? 'VIA-' . strtoupper(substr(md5(time()), 0, 8)) }}
Booking Date:
{{ $order->created_at ? $order->created_at->format('M d, Y') : now()->format('M d, Y') }}
Total Amount:
${{ number_format($order->total_amount ?? 0, 2) }}
Status:
PAID & CONFIRMED
What's Next?
- Your travel voucher is attached to this email
- Please save this confirmation email for your records
- Our travel specialists will contact you within 24 hours to discuss your itinerary details
- If you have any questions, don't hesitate to reach out to our support team
We're committed to making your journey seamless and memorable. Our team of travel experts is working behind the scenes to ensure every detail of your trip exceeds your expectations.
Safe travels and thank you for trusting Pandini Voyages!
Best regards,
The Pandini Voyages Team