@php function menuActive($routePattern) { return request()->routeIs($routePattern) ? 'kt-menu-item-active kt-menu-item-here border-b-mono custom-menu-active' : ''; } function menuTextActive($routePattern) { return request()->routeIs($routePattern) ? 'text-mono font-medium' : ''; } @endphp @can('progress view')
Progress
@endcan @can('financial data view')
Financial
@endcan @can('rbmf view')
RBMF
@endcan @can('baseline view')
Baseline
@endcan @can('grm view')
GRM
@endcan @can('report view')
Report
@endcan {{-- District --}} {{-- Tehsil --}} {{-- Type of Lining --}} {{-- Type of Irrigation Source --}} {{-- Watercourses --}} {{-- WST --}} {{-- PLL --}} @can('import view')
Import
@endcan @canany(['user view', 'role view'])
User Manage
@can('role view')
Role
@endcan @can('user view')
User
@endcan
@endcanany @can('activity logs view')
Logs
@endcan