@php $current_page = Route::currentRouteName(); @endphp
@endif
@if(auth()->user()->can(['monitoring']))
@endif
@if(auth()->user()->can(['ranking']))
@endif
@if(auth()->user()->can(['analytics']))
@endif
@if(auth()->user()->can(['ticket']))
@endif
@if(auth()->user()->can(['social-show']))
@endif
@if(auth()->user()->can(['chat-show']))
@endif
@if(auth()->user()->can(['email-show']))
@endif
@if(auth()->user()->can(['assignment']))
@endif
@if(auth()->user()->can(['canned_responses']))
@endif
@if(auth()->user()->can(['groups']))
@endif
@if(auth()->user()->can(['evaluation-type']))
@endif
@if(auth()->user()->can(['newsletter']))
@endif
@if(auth()->user()->can(['contacts']))
@endif
@if(auth()->user()->can(['wfm']))