@php
$row = 1;
$count = 0;
$total = count($datalist);
@endphp
@foreach ($datalist->chunk(172) as $chunk)
| Invoice |
qty |
Invoice |
qty |
Invoice |
qty |
Invoice |
qty |
@foreach ($chunk as $key => $value)
@if($row == 1)
@endif
| {{$value->number_scanned}} |
1 |
@if($row == 4)
@php $row = 1; @endphp
@else
@php $row++; @endphp
@endif
@php
$count++;
@endphp
@endforeach
@php
$count = 0;
@endphp
@endif
@endforeach