@include('header') @include('sidebar')

List Produk

Data Produk
@foreach ($product as $p) @endforeach
No Nama Produk Brand Kategori Harga Stok Tanggal Dibuat Aksi
{{ $loop->iteration }} {{ $p->nama_produk }} {{ $p->brand }} {{ $p->kategori }} Rp {{ number_format($p->harga, 0, ',', '.') }} {{ $p->stok }} {{ $p->createdAt }}
@foreach ($product as $p) @endforeach @include('footer') {{-- --}}