Dear {{ $user->name }},
Please note that your booking with following details has been Cancelled successfully.

Booked By : {{ $hotel_booking->user->name }}
Payment Mode : {{ $hotel_booking->payment_mode }}
@include('mail.Details')

Booking Within Cancellation Deadline

@include('mail.Table') @include('mail.Policies') @include('mail.Footer')