@php $clienti = $siteCtrl->getClienti(); @endphp @mobile @php $num_clienti_page = 4; @endphp @endmobile @notmobile @php $num_clienti_page = 6; @endphp @endnotmobile @if(count($clienti) > 0)

{{$siteCtrl->_l("NOSTRI_CLIENTI")}}

@php $cont = 0; @endphp
@for($p = 0; $p < count($clienti); $p++) @if($cont == $num_clienti_page) @php $cont = 0; @endphp
@endif
@if(trim($clienti[$p]->web) != '') @endif {{$clienti[$p]->client}}
@if(trim($clienti[$p]->web) != '')
@endif
@php $cont++; @endphp @endfor
@endif