@extends('frontend.layouts.mobile') @section('title', $data['page']->meta_title) @section('meta_keywords', $data['page']->meta_keywords) @section('meta_description', $data['page']->meta_description) @push('head-area') @endpush @php $page_name = 'index'; @endphp @section('content')
@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']])
@endsection