Tax Inovice |
|
|
|
Amount in words (Rounded Off): {{ getIndianCurrency($finalGrandTotal) }} |
|
{{$bill->name}} . ({{@$branch['city']}}) GST No. {{ @$branch['gstno'] }} | ||||||||
---|---|---|---|---|---|---|---|---|
SNO. |
DATE |
AWB No. |
Dest |
Mode |
PCS |
Weight |
Amount |
|
{{ $srno }} |
{{ date('d/m/Y', strtotime(@$parcels->date)) }} |
{{ $parcels->consignment_no }} |
{{ $parcels->city_name }} |
{{ $parcels->dp_name }} |
{{ $parcels->number_of_box }} |
{{ $parcels->weight }} {{ strtoupper(@$parcels->weight_type) }} |
{{ Laracore::showPrice($parcels->net_amt) }} |
@php
$total_amount += $parcels->net_amt;
$srno++;
@endphp
|
Grand Total |
{{ Laracore::showPrice($total_amount) }} |