{{-- Logo --}} Institut Corps à Coeur {{-- Nav desktop --}} {{-- Actions --}}
{{-- Nav mobile --}}
@if($menu ?? false) @foreach($menu->items as $item) @if($item->children->isEmpty()) {{ $item->label }} @else
@foreach($item->children as $child) {{ $child->label }} @endforeach
@endif @endforeach @endif