Dear {{ $user->name }},
Great news! Your booking has been confirmed and payment has been processed successfully.
Booking Details
Booking ID:
#{{ $booking->id }}
Customer Name:
{{ $booking->customer_name }}
Vehicle Type:
{{ $booking->vehicle_type }}
Pickup Location:
{{ is_string($booking->pickup_location) ? $booking->pickup_location : ($booking->pickup_location['address'] ?? 'Not specified') }}
Delivery Location:
{{ is_string($booking->delivery_location) ? $booking->delivery_location : ($booking->delivery_location['address'] ?? 'Not specified') }}
Pickup Date:
{{ \Carbon\Carbon::parse($booking->pickup_date)->format('M d, Y') }}
Pickup Time:
{{ \Carbon\Carbon::parse($booking->pickup_time)->format('g:i A') }}
Total Amount:
${{ number_format($booking->total_amount, 2) }}
Payment Status:
Confirmed
What's Next?
- Our team will contact you within 24 hours to confirm pickup details
- Please ensure your vehicle is ready for pickup at the scheduled time
- Keep this email as your booking confirmation
If you have any questions, please don't hesitate to contact our support team.
Thank you for choosing Xero Auto Dispatch!