@foreach($data as $item) @endforeach
Kode Tgl Nama Dari Gudang Ke Gudang Jumlah Keterangan
{{$item->code ?? '-'}} {{$item->date}} Product : {{$item->product ? $item->product->name : '-'}}
Pengguna : {{$item->user ? $item->user->username : "-"}}
{{ $item->warehouse_from ? $item->warehouse_from->name : "-" }} {{ $item->warehouse_to ? $item->warehouse_to->name : "-" }} {{$item->quantity}} {{$item->description ?? "-"}}