• @if ($item['drop']) {{ $item['name'] }} @endif @includeWhen(!$item['drop'], 'web.components.layout.nav.link') @includeWhen( isset($item['items']) && $item['drop'], 'web.components.layout.nav.list', [ 'class' => 'nav__list--drop d-lg-flex d-none', 'itemClass' => 'nav__item--drop-item', 'items' => $item['items'] ?? null, ] )