• {{substr($parcel->carrier['name'],0,1)}}
    {{$parcel->client['name']}} - {{$parcel->receiver['name']}} ({{trim($parcel->center['name'])}}) | {{trim($parcel->branch['name'])}} @if($parcel->remakrs) | @endif {{$parcel->packagetype['name']}} | RS {{LaraCore::showPrice($parcel->net_amt)}} | {{$parcel->weight}} gm @if($parcel->is_insured) Insured @endif
    {{ ($parcel->consignment_no) ? '# '.$parcel->consignment_no : '' }} {{-- --}} @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 {{Carbon::parse($parcel->date)->format('d/m')}}