@foreach ($companies as $item) @php $item->isRegion = isset(\Route::current()->parameters['region']); $item->index = $loop->index + 1; $item->isFirstPage = $companies->isFirstPage; $item->number = $item->index + ($companies->page - 1) * $companies->per_page; @endphp @if ($loop->index == 9) @if($sidebarInfo['sideCompanies']) @if(count($sidebarInfo['sideCompanies']))
PravoТОП от пользователей
@include('sections.topthree')
@endif @endif @endif @endforeach