{{$branch['city']}}
{{$receipts[0]->destination}}
{{date("d/m/Y", strtotime($receipts[0]->date))}}
{{$branch['name']}}
{{$branch['address']}} {{$branch['city']}} {{$branch['zipcode']}}
{{$branch['contact_no']}}
{{$receipts[0]->consignor}}
{{$receipts[0]->consignor_mobile}}{{$receipts[0]->consignee}}
{{$receipts[0]->consignee_mobile}}{{$receipts[0]->parcel_value}}
{{$receipts[0]->number}}
{{$receipts[0]->number_of_box}}
{{ $displayAccountParcelWeight ? 'A/c' : $receipts[0]->weight }}
{{ $displayAccountParcelWeight ? 'A/c' : $receipts[0]->weight }}
{{$receipts[0]->packagetype_name}}
{{number_format($receipts[0]->value,2)}}
{{number_format($receipts[0]->insurance_amt,2)}}
{{($displayAccountParcelPrice) ? 'A/c' : LaraCore::showPrice($receipts[0]->total_charge)}}