@extends('emails.layouts.email') @section('title', 'Payment Confirmed - ' . $booking->booking_number) @section('header_title', '✓ Payment Confirmed') @section('content')
Dear {{ $guest->first_name }} {{ $guest->last_name }},
🎉 Great news! We have received your payment and your booking is now confirmed!
|
{{ $room->roomType->name ?? 'Room' }}
{{ $room->ratePlan->name ?? 'Standard Rate' }} •
{{ $room->adults }} Adult(s)@if($room->children), {{ $room->children }} Child(ren)@endif
|
{{ $booking->currency }} {{ number_format($room->total_amount, 0, ',', '.') }} |
|
{{ $extra->extra->name ?? 'Extra Service' }}
Qty: {{ $extra->quantity }}
|
{{ $booking->currency }} {{ number_format($extra->total_amount, 0, ',', '.') }} |
|
|||
📋 What's Next?
• Save this email for your records
• Prepare your ID for check-in
• Check-in time is typically after 14:00
• Check-out time is typically before 12:00
{{ $booking->special_requests }}
* Special requests are subject to availability and cannot be guaranteed.
We look forward to welcoming you!
If you have any questions, please don't hesitate to contact us.