|
✓ Payment Received Successfully
|
|
Hello {{ $booking->client->full_name ?? 'Valued Customer' }},
|
|
Great news! We have successfully received your payment for your vehicle booking with Ibson Eco Rental.
|
|
Your booking is now fully confirmed and paid. We look forward to serving you!
|
|
Payment Details
|
|
Booking Reference No:
|
|
{{ $booking->client_ref ?? 'N/A' }}
|
|
Amount Paid:
|
|
Rs. {{ number_format($booking->total_price ?? 0, 2) }}
|
|
Payment Status:
|
|
✓ PAID
|
|
|
Your Booking Details
|
|
Vehicle:
|
|
{{ $booking->vehicle->vehicle_name ?? 'N/A' }}
|
|
{{ $booking->vehicle->vehicle_no ?? 'N/A' }}
|
|
Pickup Date & Time:
|
|
{{ \Carbon\Carbon::parse($booking->pickup_date)->format('F d, Y \a\t g:i A') }}
|
|
Return Date & Time:
|
|
{{ \Carbon\Carbon::parse($booking->return_date)->format('F d, Y \a\t g:i A') }}
|
|
Pickup Location:
|
|
{{ $booking->location ?? 'N/A' }}
|
@if($booking->special_requests)
|
Special Requests:
|
|
{{ $booking->special_requests }}
|
@endif
|
✓ What's Next?
• Your booking is confirmed and fully paid
• Please arrive at the pickup location on time
• Bring a valid ID and driving license
• Keep this email as your payment receipt
• Contact us if you need any assistance
|
|
Thank you for choosing Ibson Eco Rental! If you have any questions about your payment or booking, please don't hesitate to contact our support team.
|
|
This is an automated payment confirmation email. Please save this for your records.
|