@extends('layouts/contentLayoutMaster') @section('title', 'IBL Vendor Vehicle Payment Details') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')

{{$vendorVehiclePayment->vendor->name}}

Date : {{$pp->date}}
From : {{$pp->from . ' to ' . $pp->to}}
Vehicle Number : {{$vendorVehiclePayment->vehicle_number}}
{{--
Total Fixed Price : {{round($vendorVehiclePayment->fixed_total_price,2)}} Rs
Total Variable Price : {{round($vendorVehiclePayment->variable_total_price,2)}} Rs
Total Expense Price : {{round($vendorVehiclePayment->total_expenses,2)}} Rs
--}}
_id}} id="p_id">
Total Fixed Price : {{round($vendorVehiclePayment->fixed_total_price,2)}} Rs
Total Variable Price : {{round($vendorVehiclePayment->variable_total_price,2)}} Rs
Total Expense Price : {{round($vendorVehiclePayment->total_expenses,2)}} Rs
@include('content._partials._sections.ibl_payment_process_vehicle_payments_view_tab')
{{--
--}} {{-- @include('content._partials._sections.base_price_filter') --}} {{--
--}}
No. Date Route Area Office Calculated Price Distance Toll Tax & Misc Wef Variable Price
@endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection