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

{{ $category }}

{{-- @if ( count($products) !== 0 ) @foreach( $products as $index => $product ) @if( $index % 4 == 3 )
@else @endif @endforeach @else

There is no product for this category..

@endif
@if ( count($products) !== 0 )
Loading More...
@endif
@include('templates.parts.newsletter') @include('templates.parts.footer')