Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
@foreach($acts as $key => $value) @endforeach
@if ($loop->last) This is the last iteration. @endif
@if ($loop->index % 2 == 0) Четное @else Нет @endif
@if ($loop->last) @else @if ($loop->iteration % 2 == 0) <div class="str_product_left "></div> @else <div class="str_product_right"></div> @endif @endif
@if(!$loop->last) <div class="str_product_{{ ($loop->iteration % 2 == 0) ? 'left' : 'right' }}"></div> @endif