Cash, Gold, Sliver, Diamond & Liquid are not accepted by us.
NOTE: consignment issued by franchisee
origin | destination | date and time | carrier |
---|---|---|---|
{{@$branch['city']}} | {{$receipt->destination}} | {{date('d/m/Y', strtotime($receipt->date))}} {{date('h:i A', strtotime($receipt->time))}} | {{$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->packagetype_name }} | @if ($receipt->is_international != 1){{ $receipt->parcel_value }} | @endif{{ ($displayAccountParcelWeight) ? 'A/c' : $receipt->weight }} | {{ $receipt->number_of_box }} | {{ ($displayAccountParcelPrice) ? 'A/c' : $receipt->value }} | {{ ($displayAccountParcelPrice) ? 'A/c' : $receipt->insurance_amt }} | @if ($displayAccountReceiptWithGst) {{ ($displayAccountParcelPrice) ? 'A/c' : formatTwoDecimals($receipt->fchPercentValue) }} @endif | @if ($displayAccountReceiptWithGst){{ ($displayAccountParcelPrice) ? 'A/c' : formatTwoDecimals($receipt->cgstValue) }} | {{ ($displayAccountParcelPrice) ? 'A/c' : formatTwoDecimals($receipt->sgstValue) }} | {{ ($displayAccountParcelPrice) ? 'A/c' : formatTwoDecimals($receipt->igstValue) }} | @else@endif | {{ ($displayAccountParcelPrice) ? 'A/c' : $receipt->finalAmount }} |