@foreach($commodities as $key => $commodity)
Barang Milik {{$sekolah}}
Kode Barang :
{{ $commodity->item_code }}
Nama Barang :
{{ $commodity->name }}
Asal Perolehan :
{{ $commodity->commodity_acquisition->name }}
@if ($key!=0) @if (($key+1) % 4==0)
@endif @endif @endforeach