@include('templates.parts.head') @include('templates.parts.header')

ALL PRODUCTS

@foreach( $products as $index => $product ) @if( $index % 4 == 3 )
@else @endif @endforeach
Loading More...
@include('templates.parts.newsletter') @include('templates.parts.footer')