@extends('frontEnd.layouts.master') @section('title', $generalsetting->name) @section('content')
@if ($videos)
@endif {{-- trending --}} {{-- new arrvls --}} @if ($new_arrivalscategory->count() > 0)

new arrivals

{{-- See All --}}
@foreach ($new_arrivalscategory as $key => $category)
{{--
--}}
@forelse ($category->products as $product)
@empty

No products found

@endforelse
{{--
--}}
@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
{{--
--}}
@endforeach {{--
@for ($i = 0; $i < 5; $i++)
@endfor
--}} {{--
--}}
@endsection {{-- @push('script') @endpush --}}