@foreach($featured_products as $category_name => $sub_categories)
@endforeach
@foreach($featured_products as $category_name => $sub_categories)
@foreach($sub_categories as $sub_name => $products)
{{ $sub_name }}
@foreach($products as $variation)
0
{{ $variation->product->name }}
@if($variation->product->type == 'variable') - {{ $variation->name }} @endif
({{ $variation->sub_sku }})
@endforeach
@endforeach
@endforeach