@forelse($data as $key => $item) @empty @endforelse
Kode Produk Nama Produk Kategori Jumlah
{{ $item->product ? $item->product->code : "-" }} {{ $item->product ? $item->product->name : "-" }} @if($item->product) {{ $item->product->product_group ? $item->product->product_group->name : "-" }} @else - @endif {{ number_format($item->total_quantity ?? 0,2,',','.') }}
Data tidak ditemukan