@if ($customCategoriesProducts) @php $i = 0; @endphp @foreach ($customCategoriesProducts as $index => $category) @php $i++; @endphp

Un large choix de burgers gourmands, préparés avec des ingrédients frais et savoureux

{{ $category['name'] }}

@php $i = 0; @endphp
@foreach ($category['products'] as $index => $promo) @php $i++; @endphp

{{ $promo['name'] }}

{{ $promo['description'] }}

@endforeach
@endforeach @endif