@include('site.header') {{-- --}} @foreach ($home_banners as $row) @endforeach You May Like @foreach ($trending_categories as $category) @if ($category->image != null) @else @endif {{ $category->name }} 100+ Products @endforeach @foreach ($category_sections as $section) {{ $section->title }} {{-- --}} @foreach ($section->subCategories as $row) @if ($row->image != null) @else @endif {{ $row->name }} @endforeach {{-- --}} @endforeach Popular Categories @foreach ($categories as $row) {{-- --}} @if ($row->image != null) @else @endif {{ $row->name }} {{-- --}} @endforeach Trending Products @foreach ($trending_products as $row) @if ($row->product->image != null) @else @endif {{ $row->product->name }} @endforeach New Arrivals @foreach ($new_arrivals as $row) @if ($row->product->image != null) @else @endif {{ $row->product->name }} @endforeach Suppliers from top cities Hyderabad Chennai Delhi Mumbai Kolkata Bengaluru Pune Surat Ahmadabad Jaipur Vijayawada Meerut @include('site.footer')
100+ Products