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

Kasir

Kasir
@foreach ($product as $p)
{{ $p->category->nama_kategori }}
{{ $p->nama_produk }}

Stok: {{ $p->stok }}

Rp {{ number_format($p->harga, 0, ',', '.') }}

Produk
@endforeach
{{-- @include('footer') --}} {{-- --}} {{-- --}}