@php $receipt = $receipts; $sender_details = json_decode($receipt->sender_data); $receiver_details = json_decode($receipt->receiver_data); @endphp
AMD (GJ)
{{ trim($branch['name'], "\"'") }}
dest.
{{-- {{$receipts->destination}} --}} {{$receipts->center_name}}
date.
{{-- {{date("d/m/Y h:i A", strtotime($receipts->created_at))}} --}} {{date("d/m/Y", strtotime($receipts->date))}}
CONSIGNER {{$receipts->client_name}}
{{-- {{$receipts->consignor_mobile}} --}} {{ isset($sender_details->phone1) ? $sender_details->phone1 : '' }}
GSTIN No.
description of contents: (Value not to exceed Rs.)
CONSIGNEE {{-- {{$receipts->consignee}}
{{$receipts->consignee_mobile}}
--}} {{$receipts->receiver_name}}
{{-- {{$receipts->consignee_mobile}} --}} {{-- {{ isset($receiver_details->mobile) ? $receiver_details->mobile : '' }} --}} {{ $receipts->mobile }}
GSTIN No.
Authorised Franchise of THE PROFESSIONAL COURIES
RECEIVED BY
{{ $displayAccountParcelWeight ? 'A/c' : $receipts->weight }}@if(!$displayAccountParcelWeight){{ ' ' . $receipts->weight_type }}@endif
{{$receipts->freight_charge}}
{{$receipts->cgst}}
{{$receipts->sgst}}
{{--
{{ showPrice($receipts->total_charge)}}
--}}
{{-- {{ showPrice($receipts->net_amt)}} --}}
{{'' }}
AMD (GJ)
{{ trim($branch['name'], "\"'") }}
dest.
{{-- {{$receipts->destination}} --}} {{$receipts->center_name}}
date.
{{-- {{date("d/m/Y h:i A", strtotime($receipts->created_at))}} --}} {{-- {{date("d/m/Y ", strtotime($receipts->created_at))}} --}} {{date("d/m/Y ", strtotime($receipts->date))}}
CONSIGNER {{$receipts->client_name}}
{{-- {{$receipts->consignor_mobile}} --}} {{ isset($sender_details->phone1) ? $sender_details->phone1 : '' }}
GSTIN No.
description of contents: (Value not to exceed Rs.)
CONSIGNEE {{-- {{$receipts->consignee}}
{{$receipts->consignee_mobile}}
--}} {{$receipts->receiver_name}}
{{-- {{$receipts->consignee_mobile}} --}} {{ $receipts->mobile }} {{-- {{ isset($receiver_details->mobile) ? $receiver_details->mobile : '' }} --}}
GSTIN No.
Authorised Franchise of THE PROFESSIONAL COURIES
RECEIVED BY
{{ $displayAccountParcelWeight ? 'A/c' : $receipts->weight }}@if(!$displayAccountParcelWeight){{ ' ' . $receipts->weight_type }}@endif
{{$receipts->freight_charge}}
{{$receipts->cgst}}
{{$receipts->sgst}}
{{--
{{ showPrice($receipts->total_charge)}}
--}}
{{-- {{ showPrice($receipts->net_amt)}} --}}
{{ '' }}