@extends('layouts.landingapp') @section('content')
@foreach(App\StoreCategory::latest()->get() as $item) @endforeach
@if($Sliders->count()) @endif @if($Banner->count())
@endif @if(App\PromotedStore::get()->count() != 0) @endif @if(App\AllSlider::Active()->where('place',1)->get()->count()) @endif

Lates Products

{{--@if(App\PromotedStore::get()->count() != 0)

Our Stores

@endif --}} {{--

Grocery

--}} {{--

Butchery

--}} {{--

Tasty Foods

--}} @if(App\AllSlider::Active()->where('place',2)->get()->count()) @endif {{--
--}} {{-- --}}
@if(App\Product::Active()->latest()->take(3)->get()->count())

Hot Trend

@foreach(App\Product::Active()->latest()->take(3)->get() as $hotproduct)
Chain bucket bag
$ 59.0
@endforeach
@endif @if($MostPriceProducts->count())

Most Price

@foreach($MostPriceProducts as $MostPriceProduct)
{{$MostPriceProduct->title}}
@currency($MostPriceProduct->sales_amount)
@endforeach
@endif @if($FeatureProducts->count())

Feature

@foreach($FeatureProducts as $FeatureProduct)
{{$FeatureProduct->title ?? ''}}
@currency($FeatureProduct->sales_amount)
@endforeach
@endif
Free Shipping

For all oder over $99

Money Back Guarantee

If good have Problems

Online Support 24/7

Dedicated support

Payment Secure

100% secure payment

@if(App\AllSlider::Active()->where('place',3)->get()->count()) @endif {{--
Discount

Summer 2019

Sale 50%
22

Days

18

Hour

46

Min

05

Sec

Shop now
--}} {{--
Free Shipping

For all oder over $99

Money Back Guarantee

If good have Problems

Online Support 24/7

Dedicated support

Payment Secure

100% secure payment

--}}
@endsection