@extends('frontend.layouts.appss') @section('content')
@php $num_todays_deal = count(filter_products(\App\Product::where('published', 1)->where('todays_deal', 1 ))->get()); @endphp @if($home_slider_type==1)
@else
@endif @if (count($featured_categories) > 0) @endif
@if($num_todays_deal > 0) @endif
@if (\App\BusinessSetting::where('type', 'best_selling')->first()->value == 1) @php $cat_name_active = \App\BusinessSetting::where('type', 'best_selling')->select('type_name')->first(); @endphp

{{@$cat_name_active->type_name}}

@foreach(\App\Product::where('published', 1)->orderBy('created_at', 'desc')->limit(6)->get() as $key => $product)
@if(home_base_price($product->id) != home_discounted_base_price($product->id)) {{ home_base_price($product->id) }} @endif {{ home_discounted_base_price($product->id) }}
{{ renderStarRating($product->rating) }}

{{ __($product->name) }}

@if (\App\Addon::where('unique_identifier', 'club_point')->first() != null && \App\Addon::where('unique_identifier', 'club_point')->first()->activated)
{{ translate('Club Point') }}: {{ $product->earn_point }}
@endif
@endforeach
@endif @if (\App\BusinessSetting::where('type', 'new_arrival')->first()->value == 1)
@endif @if(count($bannerone)!=0) @if($category_women->template_type==0)

{{$category_women->name}}

View More
@elseif($category_women->template_type==1)

{{$category_women->name}}

View More
@else

{{$category_women->name}}

View More
@endif @endif

Earn

while you support Artisans & Weavers of India & Build Aatma Nirbhar Bharat !!

BECOME A KHADIPRENUER
Join Us
@if(count($banner_template)!=0) @foreach($banner_template as $rows) @if($rows->template_type==0)

{{$rows->name}}

View More
@elseif($rows->template_type==1)

{{$rows->name}}

View More
@else

{{$rows->name}}

View More
@endif @endforeach @endif

Natural & Authentic

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Shop Now
@php $flash_deal = \App\FlashDeal::where('status', 1)->where('featured', 1)->first(); @endphp @if($flash_deal != null && strtotime(date('d-m-Y')) >= $flash_deal->start_date && strtotime(date('d-m-Y')) <= $flash_deal->end_date)

{{ translate('Flash Sale') }}

@endif
@if(\App\BusinessSetting::where('type', 'classified_product')->first()->value == 1) @php $customer_products = \App\CustomerProduct::where('status', '1')->where('published', '1')->take(10)->get(); @endphp @if (count($customer_products) > 0)

{{ translate('Classified Ads') }}

@endif @endif @if (\App\BusinessSetting::where('type', 'vendor_system_activation')->first()->value == 1)
@endif @if(count(\App\Category::where('top', 1)->get()) != null && count(\App\Brand::where('top', 1)->get()) != null)

{{translate('Top 10 Catogories')}}

@foreach (\App\Category::where('top', 1)->get() as $category) @endforeach

{{translate('Top 10 Brands')}}

@foreach (\App\Brand::where('top', 1)->get() as $brand) @endforeach
@endif @endsection @section('script') @endsection