@can('view.dashboard')
  • Dashboard
  • @endcan @can('view.role')
  • Roles
  • @endcan @can('view.permission')
  • Permissions
  • @endcan @can('view.doctor')
  • Doctor
  • @endcan @can('view.patient')
  • Patient
  • @endcan @can('view.staff')
  • Staff Management
  • @endcan @can('view.leads')
  • Lead Management
  • @endcan @can('view.booking') @if(auth()->user()->role == 8)
  • Appointments
  • @else
  • Appointments
  • @endif @endcan @if(auth()->user()->role == 3 || auth()->user()->role == 1)
  • Doctor Service
  • @endif @if(auth()->user()->role == 9 || auth()->user()->role == 1)
  • Package Manager
  • @endif @if(auth()->user()->role == 1)
  • Medicine Manager
  • Cities
  • @can('view.patient.category')
  • Patient Category
  • @endcan
  • Hospitals
  • @endif @if(auth()->user()->role == 3)
  • Availability
  • @endif @if(auth()->user()->role == 1 || auth()->user()->role == 7)
  • Reports
  • @endif
  • Daily Bill Report
  • Service & Customer Wise Report
  • Availability
  • Unavailability