@extends('emails.layouts.email') @section('title', 'Check-in Reminder - ' . $booking->booking_number) @section('header_title', '🏨 Check-in Tomorrow!') @section('content')
Dear {{ $guest->first_name }} {{ $guest->last_name }},
🎉 Your stay is just around the corner!
We're excited to welcome you tomorrow at {{ $property->name }}.
📋 Check-in Information
• Check-in time: 14:00 onwards
• Check-out time: Before 12:00
• Please bring a valid ID for check-in
• Early check-in may be available upon request
{{ $property->street_address }}
@if($property->city){{ $property->city }}@endif
@if($property->state), {{ $property->state }}@endif
@if($property->postal_code) {{ $property->postal_code }}@endif
{{ $booking->special_requests }}
Safe travels! 🚗✈️
If you need to make any changes or have questions, please contact us as soon as possible.