@for ($i = 0; $i < count($features); $i++) @if ($i ==0 || $i == 3 || $i == 6 || $i == 9 || (($i+1)>count($features)-1)) @include('wpbox::landing.partials.fullproduct') @else @include('wpbox::landing.partials.twoproducts') @endif @endfor