@foreach($data as $item) @endforeach
Kode Tgl Produk
{{$item->code ?? '-'}} {{$item->date ?? '-'}} {{$item->product ? $item->product->name : '-'}}