Pandini Voyages

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?

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