{{$srno}} |
{{@$parcel->consignment_no}} |
{{date("d/m/Y", strtotime(@$parcel->date))}} |
{{@$parcel->city_name}} |
{{@$parcel->receiver_name}} |
{{@$parcel->dp_name}} |
{{@$parcel->weight}} {{strtoupper(@$parcel->weight_type)}}
@if($parcel->number_of_box != null)
({{$parcel->number_of_box}} Box)
@endif
|
{{Laracore::showPrice($parcel->doc_amt)}} |
{{Laracore::showPrice($parcel->oda_amt)}} |
{{Laracore::showPrice($freight_amount)}} |
{{Laracore::showPrice($parcel->parcel_value)}} |
{{Laracore::showPrice($parcel->fov_amt)}} |
{{Laracore::showPrice($parcel->parcel_value_amt)}} |
{{Laracore::showPrice($parcel->net_amt)}} |
@php
$srno++;
@endphp
@endforeach