@if( isset($slider) && count($slider) > 0 ) @include('pages.sections.slider') @endif @if( isset($categorySlider) && count($categorySlider) > 0 ) @include('pages.sections.2title', ['sectionTitle' => 'Популярные категории', 'sectionUrl' => '/catalog/', 'section2title' => 'Смотреть все']) @include('pages.sections.category-slider') @endif @if( isset($hitProducts) && count($hitProducts) > 0 ) @include('pages.sections.title', ['sectionTitle' => 'Хиты продаж']) @include('pages.sections.shop-catalog-item-hit', ['similarProducts' => $hitProducts]) @endif @if( isset($newProducts) && count($newProducts) > 0 ) @include('pages.sections.title', ['sectionTitle' => 'Новинки']) @include('pages.sections.shop-catalog-item-new', ['similarProducts' => $newProducts]) @endif @if( isset($stocksItems) && count($stocksItems) > 0 ) @include('pages.sections.stock-slider') @endif @if( isset($similarProducts) && count($similarProducts) > 0 ) @include('pages.sections.2title', ['sectionTitle' => 'Распродажа', 'sectionUrl' => '/catalog/filter_sale_on', 'section2title' => 'Смотреть все']) @include('pages.sections.shop-catalog-item-sale', ['similarProducts' => $similarProducts]) @endif @include('pages.sections.2title', ['sectionTitle' => 'Популярные бренды']) @include('pages.sections.brand-slider') @if( isset($blogSliderItems) && count($blogSliderItems) > 0 ) @include('pages.sections.title', ['sectionTitle' => 'Полезные статьи']) @include('pages.sections.blog-slider') @endif @include('pages.sections.html.index-buttons') @include('pages.sections.advantages-shop')