{{--
Laporan Data User
--}}
{{ $title }}
Tanggal: {{ $date }}
No
Nama
Harga
Satuan
Stok
Kategory
Gambar
@foreach ($products as $index => $product)
{{ $index + 1 }}.
{{ $product->name }}
Rp. {{ number_format($product->price ?? 0, 0, ',', '.') }}
{{ $product->unit }}
{{ $product->stock }}
{{ $product->category }}
@endforeach