@extends('front.layout.app') @section('content')
image
image

Are you at least 21?

By entering this site, you accept our use of cookies and agree to our Privacy Policy & Terms of Use.
@foreach ($sliders as $slider)

{{ $slider->heading }}

{{ $slider->button }}
@endforeach

{{ $homeData->catagory_heading_1 }}

@foreach ($categories as $category) @endforeach
{{-- @dd($categoriesProduct) --}} @foreach ($categoriesProduct as $categoryProduct)

{{ $categoryProduct->name }}

@forelse($categoryProduct->productsWithoutOrders as $product) @if ($product->featured_on_homepage) @endif @empty

Sorry! No product found

@endforelse
@endforeach {{-- Fouvourite Products --}}

Favorites

{{--
@forelse($footerSliders as $footerSlider)
img

{{ $footerSlider->name ?? 'No Heading Available' }}

{{ $footerSlider->description ?? '' }}

{{ $footerSlider->button ?? 'Learn More' }}
@empty

No items found

@endforelse
--}}

Categories

@foreach ($categories as $category) @endforeach
@endsection