@extends('layout.app') @section('title','Edit Freight Bill') @push('header_script') @endpush @section('content')
| S.no | GR No | Dispatch Date | Truck No. | From | To | Qty | Rate | Amount | Any Deduction | Net Amount |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$row1->freightEntry->gr_no}} | {{date('Y-m-d',strtotime($row1->freightEntry->invoice_date))}} | {{$row1->freightEntry->vehicle->vehicle_no}} | {{$row1->freightEntry->from}} | {{$row1->freightEntry->to}} | {{$row1->freightEntry->weight_mt}} | {{$row1->freightEntry->rate_per_mt}} | {{$row1->freightEntry->party_total}} |