Image
 
Image
 

INVOICE

 
Image

 

Driver

 
Image
 

{{$Email->provider->first_name}} {{$Email->provider->last_name}}

User

 
Image
 

{{$Email->user->first_name}} {{$Email->user->last_name}}

Bill No : {{$Email->booking_id}}


Email : {{$Email->user->email}}

Mobile-Number : {{$Email->user->mobile}}

----------------------------------------------------------------------------------------------------

DESCRIPTION

AMOUNT

 

Base Fare

Distance Fare

@if($Email->payment->discount)

Discount

@endif @if($Email->payment->tips)

Tips

@endif

{{config('constants.currency','$')}}{{$Email->payment->fixed}}

@if($Email->service_type->calculator=='MIN') {{config('constants.currency','$')}}{{$Email->payment->minute}} @endif @if($Email->service_type->calculator=='HOUR') {{config('constants.currency','$')}}{{$Email->payment->hour}} @endif @if($Email->service_type->calculator=='DISTANCE') {{config('constants.currency','$')}}{{$Email->payment->distance}} @endif @if($Email->service_type->calculator=='DISTANCEMIN') {{config('constants.currency','$')}}{{$Email->payment->minute+$Email->payment->distance}} @endif @if($Email->service_type->calculator=='DISTANCEHOUR') {{config('constants.currency','$')}}{{$Email->payment->hour+$Email->payment->distance}} @endif

@if($Email->payment->discount)

{{config('constants.currency','$')}}{{$Email->payment->discount }}

@endif @if($Email->payment->tips)

{{config('constants.currency','$')}}{{$Email->payment->tips }}

@endif
 

TAX FARE

{{config('constants.currency','$')}}{{$Email->payment->tax }}

TOTAL

{{config('constants.currency','$')}}{{$Email->payment->total-$Email->payment->discount+$Email->payment->tips }}

----------------------------------------------------------------------------------------------------

NOTES

THIS IS A COMPUTER GENERATED INVOICE AND DOES NOT REQUIRE ANY SIGNATURE.

PLEASE CONTACT ADMINISTRATOR FOR MORE DETAILS.

 
Facebook
 
Twitter
 

Tel: {{ config('constants.contact_number', '+9197911 01817') }}

Email {{ config('constants.contact_email', 'info@tranxit.co') }}

Image