New Hotel Booking has been Made
Hotel Details:
Hotel Name |
{{ title($hotel->hotel_id) }} |
Travelling From |
{{ $hotel->travelling_from }} |
Check In |
{{ $hotel->check_in }} |
Check Out |
{{ $hotel->check_out }} |
Booking Details:
User Name |
{{ $user->name }} |
Email |
{{ $user->email }} |
Phone |
{{ $user->mobile ?? 'N/A' }} |
Login into admin to check further details.
Warm Regards,
The Travelin Verification Team
{{url('/')}}
|