@if(count($stylewhere) > 0)
@php $cont = 0; @endphp @for($s = 0; $s < count($stylewhere); $s++) @if($cont == 3) @php $cont = 0; @endphp
@endif
{{$stylewhere[$s]->title}}

{!!$stylewhere[$s]->text!!}

@php $cont++; @endphp @endfor
@endif