@foreach($dataItem as $key => $data) @if($loop->first)
@elseif($loop->iteration % 3 == 1)
@endif
@if($loop->last)
@endif @endforeach