@extends('frontEnd.layouts.master') @section('title', $generalsetting->name) @section('content') @if ($videos) @endif {{-- trending --}} Top categories @foreach ($trendingcategory as $category) {{ $category->name }} @endforeach {{-- new arrvls --}} @if ($new_arrivalscategory->count() > 0) new arrivals {{-- See All --}} @foreach ($new_arrivalscategory as $key => $category) {{ $category->name }} @endforeach @foreach ($new_arrivalscategory as $key => $category) {{-- --}} @forelse ($category->products as $product) @empty No products found @endforelse {{-- --}} See All @endforeach @endif {{-- sale --}} @if ($hotdeal_top->count() > 0) Sale {{-- See All --}} {{-- --}} @foreach ($hotdeal_top as $key => $product) @endforeach {{-- --}} {{-- See All --}} @endif {{-- front category product --}} @foreach ($frontcategory as $frontctgry) {{-- --}} {{ $frontctgry->name }} See All {{-- --}} {{-- এখানে $frontcategory এর বদলে $frontctgry হবে --}} @foreach ($frontctgry->products as $key => $product) @endforeach {{-- --}} See All @endforeach {{-- @for ($i = 0; $i < 5; $i++) @endfor --}} {{-- --}} @endsection {{-- @push('script') @endpush --}}
No products found