• @if (strpos(strtolower(optional($parcel->carrier)->name ?? ''), 'nandan') !== false) {{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->remarks) | @endif {{$parcel->packagetype['name']}} | RS {{LaraCore::showPrice($parcel->net_amount)}} | {{$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_dtd_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')}}