@if( isset($arrLeftCat) && is_array($arrLeftCat) && count($arrLeftCat) > 6 )
{{ POPULAR }} {{ CATEGORIES }}
@php( $arrCats = array_splice($arrLeftCat, 0, 12) )
@foreach( $arrCats as $count => $cat )
@endforeach
@endif
{{ POPULAR }} {{ PRODUCTS }}
@include(ACTIVE_TEMPLATE.'.prod-boxes', [ 'sectionCode' => 'PP', 'arrProds' => $prodPOP ])
{{ FEATURED }} {{ PRODUCTS }}
@include(ACTIVE_TEMPLATE.'.prod-boxes', [ 'sectionCode' => 'FP', 'arrProds' => $prodArr ])
{!! getBanner(1000, 'R1') !!}
@include('newsletter-popwin')
@endsection
@push('footer-scripts')
@endpush