{{$srno}} |
{{date("d-M-Y", strtotime(@$parcel->date))}} |
{{@$parcel->consignment_no}} |
{{@$parcel->city_name}} |
{{@$parcel->receiver_name}} |
{{-- 3 | --}}
{{@$parcel->weight}} {{strtoupper(@$parcel->weight_type)}} |
{{Laracore::showPrice(@$parcel->amont + @$parcel->insurance_amt)}} |
{{Laracore::showPrice(@$parcel->doc_amt)}} |
{{Laracore::showPrice(@$parcel->oda_amt)}} |
{{Laracore::showPrice(@$parcel->fov_amt)}} |
{{Laracore::showPrice(@$fuel_ch)}} |
{{Laracore::showPrice(@$fuel_with_net_amount)}} |
@php
$srno++;
@endphp
@endforeach