New booking received for {{date('Y-m-d', strtotime($pickupDateTime))}} to {{date('h:i A', strtotime($pickupDateTime))}}.
New booking received
A customer has submitted a booking request. Review the details below and confirm.
{{--
Property
[[property_name]]
[[property_location]]
--}}
Pickup Date Time
{{date('Y-m-d h:i A', strtotime($pickupDateTime))}}
Return Date Time
{{date('Y-m-d h:i A', strtotime($returnDateTime))}}
Pickup Location
{{$pickup_location}}
Vehicle Type
{{$vehicle_type}}
Customer
{{$full_name}}
{{$user_email}}
{{$phone}}
Submitted: {{date('Y-m-d h:i:s A')}}
Customer note
{{$special_requests ?? 'N/A'}}
{{--
View booking in admin
--}}
Contact customer
{{--
If the buttons don’t work, copy and paste this link into your browser:
[[admin_booking_url]]
--}}
{{--
This alert was sent to
[[admin_email]]
because you’re listed as an admin for [[brand_name]].
© [[year]] [[brand_name]]. All rights reserved.
--}}
{{--
Sent from [[brand_name]] booking system.
--}}