@foreach($receipts as $receipt)
AMD (GJ)
{{$branch->name}}
dest.
{{$receipt->destination}}
date.
{{date("d M Y", strtotime($receipt->date))}}
CONSIGNER {{$receipt->consignor}}
{{$receipt->consignor_mobile}}
GSTIN No.
description of contents: (Value not to exceed Rs.)
CONSIGNEE {{$receipt->consignee}}
{{$receipt->consignee_mobile}}
GSTIN No.
Authorised Franchise of THE PROFESSIONAL COURIES
RECEIVED BY
{{ $displayAccountParcelWeight ? 'A/c' : $receipt->weight }}@if(!$displayAccountParcelWeight){{ ' ' . $receipt->weight_type }}@endif
{{$receipt->freight_charge}}
{{$receipt->cgst}}
{{$receipt->sgst}}
{{($displayAccountParcelPrice) ? 'A/c' : LaraCore::showPrice($receipt->total_charge)}}
AMD (GJ)
{{$branch->name}}
dest.
{{$receipt->destination}}
date.
{{date("d M Y", strtotime($receipt->date))}}
CONSIGNER {{$receipt->consignor}}
{{$receipt->consignor_mobile}}
GSTIN No.
description of contents: (Value not to exceed Rs.)
CONSIGNEE {{$receipt->consignee}}
{{$receipt->consignee_mobile}}
GSTIN No.
Authorised Franchise of THE PROFESSIONAL COURIES
RECEIVED BY
{{ $displayAccountParcelWeight ? 'A/c' : $receipt->weight }}@if(!$displayAccountParcelWeight){{ ' ' . $receipt->weight_type }}@endif
{{$receipt->freight_charge}}
{{$receipt->cgst}}
{{$receipt->sgst}}
{{($displayAccountParcelPrice) ? 'A/c' : LaraCore::showPrice($receipt->total_charge)}}
@endforeach