@extends('frontend.app') @section('content') @foreach($sliders as $key=>$s) @endforeach Previous Next @foreach($sliders as $key=>$s) @endforeach জনপ্রিয় ক্যাটাগরি @foreach($cats as $cat) {{ $cat->name }} @endforeach @foreach($cats as $cat) {{ $cat->name}} @endforeach @foreach ($homeProducts as $categoryId => $products) @if(!empty($products->first()->category->id)) {{ $products->first()->category->name }} View All @endif @foreach($products as $product) @include('frontend.products.partials.product_section') @endforeach @endforeach @if(count($brands)) Product Brand @foreach($brands as $item) @endforeach @endif @endsection @push('js') @endpush
{{ $cat->name }}