@foreach($home_categories as $category)

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

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