@php $dropdown = (count($item->children) > 0) ? 'dropdown' : ''; $dropdownLink = (count($item->children) > 0) ? 'dropdown-toggle' : ''; @endphp