@extends('frontend.app') @section('content')
@foreach($cats as $cat) @endforeach
@foreach ($homeProducts as $categoryId => $products)
@if(!empty($products->first()->category->id)) @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