• @if (strpos(strtolower(optional($parcel->carrier)->name ?? ''), 'nandan') !== false) {{ optional($parcel->carrier)->name ? substr($parcel->carrier->name, 0, 1) : '' }} @else {{ substr(optional($parcel->carrier)->name, 0, 1) }} @endif
    {{ optional($parcel->client)->name }} - {{ optional($parcel->receiver)->name }} ({{ trim(optional($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 @if($is_allow_dtd_receipt_format == true) @endif @php $carrierName = strtolower(optional($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')}}