{{date("d/m/y", strtotime(@$parcels->date))}} |
{{@$parcels->receiver_name}} |
{{@$parcels->city_name}} |
{{@$parcels->consignment_no}} |
{{@$parcels->remakrs}} |
{{@$parcels->weight}}
@if($parcels->number_of_box != null)
({{$parcels->number_of_box}} Box)
@endif
|
{{Laracore::showPrice(@$parcels->net_amt)}} |
@php
$total_booking_amount = $total_booking_amount+ @$parcels->net_amt;
@endphp
@endforeach