|
CUSTOMER DETAIL
|
| Name |
{{$booking->first_name}} {{$booking->last_name}} |
Email |
{{$booking->email}} |
| Phone |
{{$booking->phone}} |
Comments |
{{$booking->comments}} |
RIDE DETAIL
|
| Date |
{{getDateByFormat($booking->pickup_date)}} |
Time |
{{getTimeByFormat($booking->pickup_time)}} |
| Pickup |
{{$booking->pickup_location}} |
Drop-off |
{{$booking->drop_location}} |
| Distance |
{{$booking->total_distance}} Miles |
Duration |
{{$booking->total_time}} |
@if ($booking->service_type == 2)
| No. of Hours |
{{$booking->hours}} Hours |
@endif
PAYMENT DETAIL
|
| Toll |
${{$booking->toll}} |
Tip |
${{$booking->tip}} |
| Base Price |
${{$booking->base_price}} |
Administrator |
${{$booking->administrator}} |
| Discount |
$0 |
@if($booking->bookingChannel->name == "Manual Entry")
Estimated Total |
@else
Grand Total |
@endif
{{$booking->grand_total ?? 0}} |
| Send Quotation Total |
|
Discount |
|