@if(isset($readonly) && $readonly) @endif @if(!isset($readonly) || !$readonly) @endif @foreach($products as $index => $p) @if(isset($readonly) && $readonly) @endif @if(!isset($readonly) || !$readonly) @endif @endforeach @if($products->isEmpty()) @endif
# Nama ProdukCabangKategori Stok Harga Beli Harga Jual GambarAksi
{{ $loop->iteration }}
{{ $p->name }}
{{ $p->branch }} @php $categoryClass = 'badge-' . $p->category; $icon = $p->category == 'makanan' ? '🍛' : ($p->category == 'minuman' ? '☕' : '🍿'); @endphp {{ $icon }} {{ ucfirst($p->category) }} {{ $p->stocks->first()->quantity ?? 0 }} Pcs Rp{{ number_format($p->purchase_price, 0, ',', '.') }} Rp{{ number_format($p->selling_price, 0, ',', '.') }} {{ $p->name }}
Belum ada menu yang terdaftar.