Dear {{ $booking->guest_name }},
We regret to inform you that your booking has been cancelled.
| Booking Number: | {{ $booking->booking_number }} |
| Room Type: | {{ $booking->roomType?->name ?? 'N/A' }} |
| Check-in: | {{ $booking->check_in_date->format('M d, Y') }} |
| Check-out: | {{ $booking->check_out_date->format('M d, Y') }} |
If you did not request this cancellation or have any questions, please contact us immediately at {{ $settings['hotel_phone'] ?? '+234 XXX XXX XXXX' }}.
We hope to serve you in the future.
{{ config('app.name') }} Team