• @if ((strpos(strtolower($parcel->carrier['name']), 'nandan') !== false)) {{substr($parcel->carrier['name'],0,1)}} @else {{substr($parcel->carrier['name'],0,1)}} @endif
    {{$parcel->client['name']}} - {{$parcel->receiver['name']}} ({{trim($parcel->center['name'])}}) @if($parcel->remakrs) | @endif {{$parcel->packagetype['name']}} | RS {{LaraCore::showPrice($parcel->net_amt)}} | {{$parcel->weight}} {{$parcel->packagetype['weight_type']}} @if($parcel->is_insured) Insured @endif {{-- @if($parcel->delivered_status == 1) --}} @if(@$parcel->delivered_status == 2) @endif
    {{ ($parcel->consignment_no) ? '# '.$parcel->consignment_no : '' }} @if($is_user_delete_booking == true) @endif @if($is_allow_vd_receipt_format == true) @endif @php $carrierName = strtolower($parcel->carrier['name']); $receipt_html = ''; foreach ($allLists as $lists) { if (strpos($carrierName, $lists) !== false) { $receipt_html = $lists; } } @endphp @if($receipt_html !='') @endif @if($is_account_user_receipt == true) @endif {{Carbon::parse($parcel->date)->format('d/m')}}