@php $menu_pannel = [ 'organization', ]; $isActivePanel = in_array(request()->segment(1), $menu_pannel) ? 'is-active' : ''; @endphp