@extends('layouts.frontend.frontend_main') @section('title') @lang('frontend_lang.home') @endsection @push('styles') @endpush @php $cart = session()->get('cart'); @endphp @section('content') @if(count($homeSliders)>0)
@endif
@lang('frontend_lang.shop_by')

@lang('frontend_lang.categories')

@if(count($productOffers)>0)
Offers

Best Values

See All
@endif @if(count($featuredProducts) > 0)
For You

Top Featured Products

See All
@endif
For New

Newly Added Products

See All
For Demand

Top Demanded Products

See All
@endsection @section('js') @endsection