@for($i = 0; $i < 30; $i++) @foreach ($itemRequest as $key=>$itr) @if($key > 0 && $key % 15 == 0) @endif @endforeach @endfor
Item No. Particulars Description Quantity UOM Date Needed
{{ $key + 1 }} {{ ucwords($itr->req_particulars) }} {{ ucwords($itr->req_description) }} {{ $itr->qty }} {{ ucwords($itr->uom) }} {{ date('d-M-Y', strtotime($itr->date_needed)) }}