{{--
Cash, Gold, Sliver, Diamond & Liquid are not accepted by us.
NOTE: consignment issued by franchisee
| origin | destination | date and time | carrier | |
|---|---|---|---|---|
| {{ trim(@$branch['city'], "\"'") }} | {{$receipt->center_name ?? ""}} | {{--{{date('d/m/Y h:i A', strtotime($receipt->created_at))}} | --}}{{date('d/m/Y', strtotime($receipt->date))}} | {{$receipt->carrier_name}} |
| Package Type | @if($receipt->is_international != 1)Value | @endifWeight | Boxes | Charge | {{--{{ $isAllowToChangeInsuranceLabel ? Str::limit($insuranceNewLabelName, 5, '..') : 'Ins.' }} | --}}fr. charge | CGST | SGST | IGST | total charge | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $receipt->package_type_name }} | @if ($receipt->is_international != 1){{ $receipt->parcel_value }} | @endif {{--{{ ($displayAccountParcelWeight) ? 'A/c' : $receipt->weight }} | --}}{{ $receipt->weight }} | {{ $receipt->number_of_box }} | {{--{{ $receipt->value }} | --}}{{-- {{ $receipt->amount }} --}} | {{-- {{ $receipt->insurance_amt }} --}} | {{--@if ($displayAccountReceiptWithGst) {{ formatTwoDecimals($receipt->fchPercentValue) }} @endif | --}} @if ($displayAccountReceiptWithGst){{-- {{ formatTwoDecimals($receipt->cgstValue) }} --}} | {{-- {{ formatTwoDecimals($receipt->sgstValue) }} --}} | {{-- {{ formatTwoDecimals($receipt->igstValue) }} --}} | @else@endif | {{-- {{ $receipt->finalAmount }} --}} |