{{ config('app.name') }}

Check-In Confirmation

Welcome, {{ $booking->guest_name }}!

Your check-in has been confirmed. We're delighted to have you as our guest.

Booking Information

Booking Number: {{ $booking->booking_number }}
Room: {{ $booking->room?->room_number ?? 'To be assigned' }}
Room Type: {{ $booking->roomType?->name ?? 'N/A' }}
Check-in Date: {{ $booking->check_in_date->format('M d, Y') }}
Check-out Date: {{ $booking->check_out_date->format('M d, Y') }}
Nights: {{ $booking->nights }}

Check-in Information

Check-in Time: {{ now()->format('M d, Y H:i') }}

Early Check-in: Available from 6:00 AM (subject to availability)

Late Check-out: Available until 2:00 PM (subject to availability)

If you have any questions or special requests, please don't hesitate to contact us.

We hope you enjoy your stay!