@foreach($homeCategories as $category) @if(count($category['products']) > 0)

{{Str::limit($category['name'],18)}}

{{translate('view_all')}}
@foreach($category['products'] as $key=>$product) @include('theme-views.partials._product-category-card') @endforeach
@endif @endforeach