{{-- Expand/Collapse toggle button --}} {{-- Order Number --}} {{ $getRecord()->external_order_id }}
{{-- Item count badge --}} @if($getRecord()->items->whereIn('current_status', [1, 2, 3])->count() > 0) {{ $getRecord()->items->whereIn('current_status', [1, 2, 3])->count() }} items @endif