Menu
-
@if(isShowContent('get.clients'))
@php
$is_menu_active = request()->routeIs('get.clients') || request()->routeIs('get.client.info') || request()->routeIs('client.create');
@endphp
- Client Management @endif @if(isShowContent('training_video.list'))
- Training Video @endif @if(isShowContent('terms.of.service'))
- Terms And Service @endif @if(isShowContent('employee.list')) @php $is_menu_active = request()->routeIs('employee.list')||request()->routeIs('create.employee')|| request()->routeIs('get.employee.info'); @endphp
- Employee Management @endif @if(isShowContent('view.provider.link'))
- Credit Report Provider @endif @if(isAdmin())
- Support @endif @if(isSupport())
- Iq Call Histories @endif
@else