@extends('main') @section('styles') @endsection @section('content') @widget('MobileApp\Sliders')
@widget('MobileApp\CategoriesIcon') @widget('MobileApp\LatestProducts') {{-- @widget('MobileApp\FeaturedProduct',['cat_id' => $category->id]) --}} {{-- @widget('HomePage\LatestProducts',['cat_id' => $category]) --}} {{-- @widget('MobileApp\CategoriesBlock') --}} @livewire('mob-app.home-page.time-offer') @widget('MobileApp\BlockBooking') @foreach (cache_home_category() as $key => $id) @break($key> 2) @php $type = $key%2== 0 ? 'grid' : 'grid' @endphp @widget('MobileApp\FeaturedProduct',['cat_id' => $id,'type' => $type]) @if ($loop->first) @widget('MobileApp\BlockBanners') @endif @endforeach @endsection @section('scripts') @endsection