{{$branch['city']}}
{{$receipt->destination}}
{{date("d/m/Y", strtotime($receipt->date))}}
{{$branch['name']}}
{{$branch['address']}} {{$branch['city']}} {{$branch['zipcode']}}
{{$branch['contact_no']}}
{{$receipt->consignor}}
{{$receipt->consignor_mobile}}{{$receipt->consignee}}
{{$receipt->consignee_mobile}}{{$receipt->parcel_value}}
{{$receipt->number}}
{{$receipt->number_of_box}}
{{$receipt->weight}}
{{$receipt->weight}}
{{$receipt->packagetype_name}}
{{number_format($receipt->value,2)}}
{{number_format($receipt->cgst,2)}}
{{number_format($receipt->sgst,2)}}
0.00
{{number_format((($receipt->value * $receipt->freight_charge) / 100),2)}}
{{number_format($receipt->insurance_amt,2)}}
{{number_format($receipt->total_charge,2)}}