@extends('main') @section('styles') @endsection @section('content') @widget('HomePage\MainSlider') @widget('HomePage\BlockFacilities') @livewire('front-end.home-page.latest-products',['count' => 12]) @widget('HomePage\CategoriesBlock') @foreach (cache_home_category() as $key => $category) @break($key > 0) @widget('HomePage\FeaturedProducts',['cat_id' => $category]) @endforeach @widget('HomePage\OffersProduct') @widget('HomePage\BlockBanners') @widget('HomePage\SelectedRecipes') @endsection @section('scripts') @endsection