@props([ 'assets', 'variant' => 'banner', 'title' => 'Twój sprzęt (inwentarz)', 'selectable' => false, 'selectAction' => 'selectSnipeitAsset', 'selectedId' => null, // false when embedded inside a caller-provided card (e.g. the operator's // "Przeszukaj inwentarz" search box + results in one container) — skips // this component's own wrapping card/title so the two don't nest. 'card' => true, ]) @php $isSidebar = $variant === 'sidebar'; @endphp @if (count($assets)) @if ($card)