@include('includes.partials.mobile-main-categories')
{{-- @include('includes.partials.mobile-home-products', ['caption' => 'New Products', 'result' => $data['new_products']]) --}}
@include('includes.partials.top-selling-banner')
{!! \App\Models\Banner::showBannerMobile(2) !!}
{{-- @include('includes.partials.mobile-home-products', ['caption' => 'Hot Products', 'result' => $data['hot_products']]) --}}
@include('includes.partials.mobile-feature-categories', ['caption' => 'Feature Categories', 'featured_categories' => $data['featured_categories'] ])
{!! \App\Models\Banner::showBannerMobile(8) !!}
@include('includes.partials.mobile-home-products', ['caption' => 'Featured Products', 'result' => $data['featured_products']])