Dear Sir/Ma'am,
You have received a new booking request for the following amenity:
- Amenity: {{ $bookingDetails->facility_name }} @if($bookingDetails->unit_code)( {{ $bookingDetails->unit_code }} )@endif
- Requested by:
@if($bookingDetails->booked_by != "SELF")
- Name: {{ $bookingDetails->name }}
@endif
- Phone Number: {{ $bookingDetails->phone_number }}
- Designation : {{ $bookingDetails->designation }}
- From: {{ $bookingDetails->start_date }} {{$bookingDetails->start_time}}
- To: {{ $bookingDetails->end_date }} {{$bookingDetails->end_time}}
@if($bookingDetails->building_name)
- Hostel: {{$bookingDetails->building_name }}
@endif
- Purpose: {{$bookingDetails->purpose }}
- No of Persons: {{$bookingDetails->no_of_persons }}
Please review and approve the request at your earliest convenience. To confirm or decline this booking, please click the button below:
Approve/Decline Booking
Thank you for your prompt attention to this matter.