![]() ![]() INVOICE ![]()
Driver {{$user->provider->first_name}} {{$user->provider->last_name}} User {{$user->user->first_name}} {{$user->user->last_name}} Bill No : {{$user->booking_id}} Email : {{$user->user->email}} Mobile-Number : {{$user->user->mobile}} ---------------------------------------------------------------------------------------------------- DESCRIPTION AMOUNT
Base Fare Distance Fare Discount Tips {{Setting::get('currency','$')}}{{$user->payment->fixed}} @if($user->service_type->calculator=='MIN')
{{Setting::get('currency','$')}}{{$user->payment->minute}}
@endif
@if($user->service_type->calculator=='HOUR')
{{Setting::get('currency','$')}}{{$user->payment->hour}}
@endif
@if($user->service_type->calculator=='DISTANCE')
{{Setting::get('currency','$')}}{{$user->payment->distance}}
@endif
@if($user->service_type->calculator=='DISTANCEMIN')
{{Setting::get('currency','$')}}{{$user->payment->minute+$user->payment->distance}}
@endif
@if($user->service_type->calculator=='DISTANCEHOUR')
{{Setting::get('currency','$')}}{{$user->payment->hour+$user->payment->distance}}
@endif {{Setting::get('currency','$')}}{{$user->payment->discount }} {{Setting::get('currency','$')}}{{$user->payment->tips }}
TAX FARE {{Setting::get('currency','$')}}{{$user->payment->tax }} TOTAL {{Setting::get('currency','$')}}{{$user->payment->total-$user->payment->discount+$user->payment->tips }} ----------------------------------------------------------------------------------------------------
NOTES THIS IS A COMPUTER GENERATED INVOICE AND DOES NOT REQUIRE ANY SIGNATURE. PLEASE CONTACT ADMINISTRATOR FOR MORE DETAILS. ![]()
|