@foreach ($item['sections'] ?? [] as $section)
{{ $section['title'] }}
@foreach ($section['links'] ?? [] as $link)
-
@if (!empty($link['icon']))
@endif
{{ $link['label'] }}
@if (!empty($link['description']))
{{ $link['description'] }}
@endif
@endforeach
@endforeach
@if (!empty($item['featured']))
@foreach ($item['featured'] as $featured)
@if (!empty($featured['badge']))
{{ $featured['badge'] }}
@endif
{{ $featured['title'] }}
{{ $featured['description'] }}
Learn more
@endforeach
@endif