@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
Progress
@can('financial data view')
Financial
@endcan
RBMF
@can('baseline view')
Baseline
@endcan
Report
{{-- 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