8989 $tools -> fullUrlIs (action (' \PanicHD\PanicHD\Controllers\StatusesController@index' ). ' *' ) ||
9090 $tools -> fullUrlIs (action (' \PanicHD\PanicHD\Controllers\PrioritiesController@index' ). ' *' ) ||
9191 $tools -> fullUrlIs (action (' \PanicHD\PanicHD\Controllers\AgentsController@index' ). ' *' ) ||
92+ $tools -> fullUrlIs (action (' \PanicHD\PanicHD\Controllers\MembersController@index' ). ' *' ) ||
9293 $tools -> fullUrlIs (action (' \PanicHD\PanicHD\Controllers\CategoriesController@index' ). ' *' ) ||
9394 $tools -> fullUrlIs (action (' \PanicHD\PanicHD\Controllers\NoticesController@index' ). ' *' ) ||
9495 $tools -> fullUrlIs (action (' \PanicHD\PanicHD\Controllers\ConfigurationsController@index' ). ' *' ) ||
101102 <span class =" caret" ></span >
102103 </a >
103104 <ul class =" dropdown-menu" >
104- <li role =" presentation" class =" {!! $tools -> fullUrlIs (action (' \PanicHD\PanicHD\Controllers\DashboardController@index' ). ' *' ) || Request:: is ($setting -> grab (' admin_route' ). ' /indicator*' ) ? ' active' : ' ' ! !}" >
105- <a href =" {{ action (' \PanicHD\PanicHD\Controllers\DashboardController@index' ) } }" title =" {{ trans (' panichd::admin.nav-dashboard-title' ) } }" >
106- {{ trans (' panichd::admin.nav-dashboard' ) } }
107- </a >
108- </li >
109-
110- <li role =" presentation" class =" {!! $tools -> fullUrlIs (action (' \PanicHD\PanicHD\Controllers\StatusesController@index' ). ' *' ) ? " active" : " " ! !}" >
111- <a href =" {{ action (' \PanicHD\PanicHD\Controllers\StatusesController@index' ) } }" >{{ trans (' panichd::admin.nav-statuses' ) } } </a >
112- </li >
113- <li role =" presentation" class =" {!! $tools -> fullUrlIs (action (' \PanicHD\PanicHD\Controllers\PrioritiesController@index' ). ' *' ) ? " active" : " " ! !}" >
114- <a href =" {{ action (' \PanicHD\PanicHD\Controllers\PrioritiesController@index' ) } }" >{{ trans (' panichd::admin.nav-priorities' ) } } </a >
115- </li >
116- <li role =" presentation" class =" {!! $tools -> fullUrlIs (action (' \PanicHD\PanicHD\Controllers\AgentsController@index' ). ' *' ) ? " active" : " " ! !}" >
117- <a href =" {{ action (' \PanicHD\PanicHD\Controllers\AgentsController@index' ) } }" >{{ trans (' panichd::admin.nav-agents' ) } } </a >
118- </li >
119- <li role =" presentation" class =" {!! $tools -> fullUrlIs (action (' \PanicHD\PanicHD\Controllers\CategoriesController@index' ). ' *' ) ? " active" : " " ! !}" >
120- <a href =" {{ action (' \PanicHD\PanicHD\Controllers\CategoriesController@index' ) } }" >{{ trans (' panichd::admin.nav-categories' ) } } </a >
121- </li >
122- @if ($setting -> grab (' departments_notices_feature' ) )
123- <li role =" presentation" class =" {!! $tools -> fullUrlIs (action (' \PanicHD\PanicHD\Controllers\NoticesController@index' ). ' *' ) ? " active" : " " ! !}" >
124- <a href =" {{ action (' \PanicHD\PanicHD\Controllers\NoticesController@index' ) } }" >{{ trans (' panichd::admin.nav-notices' ) } } </a >
125- </li >
126- @endif
127- <li role =" presentation" class =" {!! $tools -> fullUrlIs (action (' \PanicHD\PanicHD\Controllers\ConfigurationsController@index' ). ' *' ) ? " active" : " " ! !}" >
128- <a href =" {{ action (' \PanicHD\PanicHD\Controllers\ConfigurationsController@index' ) } }" >{{ trans (' panichd::admin.nav-configuration' ) } } </a >
129- </li >
130- <li role =" presentation" class =" {!! $tools -> fullUrlIs (action (' \PanicHD\PanicHD\Controllers\AdministratorsController@index' ). ' *' ) ? " active" : " " ! !}" >
131- <a href =" {{ action (' \PanicHD\PanicHD\Controllers\AdministratorsController@index' ) } }" >{{ trans (' panichd::admin.nav-administrator' ) } } </a >
132- </li >
105+ @include (' panichd::shared.nav_dropdown' )
133106 </ul >
134107 </li >
135108@endif
0 commit comments