@if ($voucher->corporate_booking == true) @endif @if ($corporateEmployee) @endif
Cab Voucher
Booking Date and Time:Wed, {{ $voucher->updated_at }}
Status: Booking {{ $voucher->status }}
 
Car Type {{ $voucher->vehicle_category }}
Brand Name {{ $voucher->vehicle_brand }}
Vehicle model {{ $voucher->vehicle_model }}
@if ($voucher->corporate_booking == true) Corporate Booking @endif Reference ID {{ $voucher->reference_id }}
 
Booking Details
Trip Type Pick-Up Place Drop Place Travel Date & Time
{{ $voucher->trip_type }} {{ $voucher->pickup_location }} {{ $voucher->drop_location }} {{ $voucher->pickup_date }} & {{ $voucher->pickup_time }}
 
Corporate Details
Company Name Email Phone No
{{@$corporate->corporate_name}} {{@$corporate->email}} {{@$corporate->phone}}
 
Traveller Details
Passenger(s) Name Passenger(s) Email Passenger(s) Phone
{{ $voucher->title }} {{ $voucher->first_name }} {{ $voucher->last_name }} {{ $voucher->email }} {{ $voucher->phone }}
 
 
Booking On Behalf
Name Email Phone
{{ $corporateEmployee->title }} {{ $corporateEmployee->first_name }} {{ $corporateEmployee->last_name }} {{ $corporateEmployee->email }} {{ $corporateEmployee->phone }}
 
Payment Details Amount (INR)
Base Fare {{ $voucher->base_fare + $voucher->markup }}
Taxes Price {{ $voucher->tax }}
Discount {{ $voucher->discount }}
Convenience Fee {{ $voucher->convinience_fee }}
Total Trip Cost {{ $voucher->base_fare + $voucher->markup - $voucher->tax + $voucher->convinience_fee - $voucher->discount }}