{{-- DS v2 Product Card Spec: foto 4:3, badge ⭐ pojok kanan atas, tombol + bulat oranye pojok kanan bawah Grid: 2col mobile | 3col sm | diatur parent --}} @php $outOfStock = $product->isOutOfStock(); $isFeatured = $product->is_featured; @endphp
$outOfStock, 'hover:shadow-md hover:border-orange-100 active:scale-[0.98]' => !$outOfStock, ])> {{-- ── Foto ─────────────────────────────────────────────────────── --}} @if ($product->image) {{ $product->name }} @else
@endif {{-- Badge kiri atas: Habis --}} @if ($outOfStock) Habis @endif {{-- Badge kanan atas: Unggulan ⭐ --}} @if ($isFeatured && !$outOfStock) @endif
{{-- ── Info ─────────────────────────────────────────────────────── --}}
{{-- Mitra --}}

{{ $product->partner->name ?? '' }}

{{-- Nama --}} {{ $product->name }} {{-- Harga --}}

Rp {{ number_format($product->sell_price, 0, ',', '.') }} / {{ $product->unit }}

{{-- Qty control — pojok kanan bawah foto --}} @if (!$outOfStock)
{{-- Tombol + saja (belum pernah ditambah) --}} {{-- Kontrol qty [-] n [+] setelah ditambahkan --}}
@endif