Trip Details
 
 
For:
{{ $data->outstation_invoice ? $data->driver_name : $data->driverDetail->name }}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Total
Kms:
{{ number_format($data->total_distance, 2) }}
km
 
 
 
 
 
 
 
 
 
 
 
Total
Mins:
{{ $data->total_time }}
min
 
 
 
 
 
 
 
 
 
 
 
{{ $data->vehicle_type_name}} - {{$data->outstation_invoice ? strtoupper($data->vehicle_number) : strtoupper($data->driverDetail->vehicle_number)}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Bill Details
 
 
{{number_format($data->requestBill->total_distance,2) }} km
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  @if($data->is_bid_ride == 1 && $data->goods_type_id == null && $data->is_out_station==0)
  Bidding Ride
  @endif
  @if( $data->is_out_station==1)
  Out Station
  @if($data->is_round_trip==1)
  (Round Way Trip)
  @else
  (One Way Trip)
  @endif
  @endif
  @if($data->is_bid_ride == 0 && $data->is_rental == 0 && $data->is_out_station==0 && $data->goods_type_id == null)
  Normal Ride
    @endif
    @if($data->is_bid_ride == 0 && $data->is_rental == 1 && $data->is_out_station==0 && $data->goods_type_id == null)
    Rental Ride ({{ $data->rentalPackage->name }})
      @endif
      @if($data->is_bid_ride == 0 && $data->is_rental == 0 && $data->is_out_station==1 && $data->goods_type_id == null)
      Rental Ride
        @endif
        @if($data->is_bid_ride == 1 && $data->is_rental == 0 && $data->is_out_station==0 && $data->goods_type_id != null)
        Delivery Ride
          @endif
     
     
     
    
     
     
     
    
     
     
     
    
     
     
    @if($data->is_bid_ride == 1 && $data->is_rental == 0 && $data->is_out_station==0 && $data->goods_type_id != null)
    
        
            
                
                    
                        
                            
                         
                        
                            
                                
                                    
                                        
                                            
                                                
                                                    
                                                        
                                                            {{ $data->goodsTypeDetail->goods_type_name }} - {{$data->goods_type_quantity }}
                                                         
                                                     
                                                 
                                            
                                         
                                     
                                 
                            
                         
                     
                    
                        
                             
                     
                 
            
         
     
    @endif
{{ $data->currency }}
{{ number_format($data->RequestBill->total_amount, 2) }}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
{{ $data->currency }}
{{ $data->requestBill->cancellation_fee }}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
- {{ $data->currency }}
{{ number_format($data->requestBill->admin_commision, 2)+number_format($data->requestBill->admin_commision_from_driver, 2) }}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Tax {{get_settings('service_tax')}} %
 
 
 
 
 
 
 
 
 
- {{ $data->currency }}
{{ number_format(($data->requestBill->service_tax), 2) }}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Settlement Amount
(rounded
off) 
 
 
 
 
 
 
 
 
 
{{ $data->currency }}
{{ number_format($data->requestBill->driver_commision, 2) }}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
@php
$payment = 'Cash';
@endphp
@if ($data->payment_opt == 1)
@php
$payment = 'Cash';
@endphp
@elseif($data->payment_opt
== 0)
@php
$payment = 'Card';
@endphp
@elseif($data->payment_opt
== 2)
@php
$payment = 'Card';
@endphp
@endif
Paid by
{{ $payment }}
 
 
 
 
 
 
 
 
 
{{ $data->currency }}
{{ number_format($data->requestBill->total_amount, 2) }}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Warning :  Undefined variable $links in /home/mydemotec/public_html/t10taxi.mydemotech.in/resources/views/email/driver_invoice_direct.blade.php  on line 2029 Warning :  Attempt to read property "privacy_policy_link" on null in /home/mydemotec/public_html/t10taxi.mydemotech.in/resources/views/email/driver_invoice_direct.blade.php  on line 2029 Warning :  Undefined variable $links in /home/mydemotec/public_html/t10taxi.mydemotech.in/resources/views/email/driver_invoice_direct.blade.php  on line 2030 Warning :  Attempt to read property "terms_and_conditions_link" on null in /home/mydemotec/public_html/t10taxi.mydemotech.in/resources/views/email/driver_invoice_direct.blade.php  on line 2030 Warning :  Undefined variable $links in /home/mydemotec/public_html/t10taxi.mydemotech.in/resources/views/email/driver_invoice_direct.blade.php  on line 2031 Warning :  Attempt to read property "invoice_email" on null in /home/mydemotec/public_html/t10taxi.mydemotech.in/resources/views/email/driver_invoice_direct.blade.php  on line 2031 
Privacy Policy | 
Terms 
| Questions? Email us at {{$email}}
 
 
 
 
 
 
 
 
 
 
Print and Save as PDF