logo logo logo logo
  • Menu
  • @can('dashboard.view')
  • Dashboard
  • @endcan @canany(['users.view', 'roles.view'])
  • User Management
      @can('users.view')
    • Users
    • @endcan @can('roles.view')
    • Roles
    • @endcan
  • @endcanany @canany(['case_paper.view', 'case_paper.create'])
  • Case Paper
      @can('case_paper.create')
    • Add Case Paper
    • @endcan @can('case_paper.view')
    • Today Case Paper List
    • @endcan @can('case_paper.view')
    • Patient List
    • @endcan @can('case_paper.view')
    • All Case Paper List
    • @endcan
  • @endcanany @can('patient_check.view')
  • Vital Signs Entry
  • @endcan @can('lab.view')
  • Lab Test Panel
  • @endcan @can('doctor.view')
  • Doctor Panel
  • @endcan @can('pharmacist.view')
  • Pharmacist Panel
  • @endcan @canany(['wards.view', 'health_posts.view', 'medicine-categories.view', 'medicines.view', 'symptoms.view', 'medicine-units.view', 'medicine-types.view', 'vendors.view'])
  • Masters
      @can('wards.view')
    • Wards
    • @endcan @can('health_posts.view')
    • Health Center
    • @endcan @can('medicine-categories.view')
    • Medicine Categories
    • @endcan @can('medicine-units.view')
    • Medicine Units
    • @endcan @can('medicine-types.view')
    • Medicine Types
    • @endcan @can('medicines.view')
    • Medicine
    • @endcan @can('symptoms.view')
    • Symptoms
    • @endcan @can('vendors.view')
    • Distributor
    • @endcan @can('locations.view')
    • Locations
    • @endcan @can('manufacturers.view')
    • Manufacturers
    • @endcan
  • @endcanany {{-- Central Store Menus --}} @can('work-orders.view')
  • Work Orders
  • @endcan @can('grns.view')
  • Goods Received Note
  • @endcan @can('work-orders.good_balance_view')
  • Good Balance view
  • @endcan @can('open-balance-stocks.view')
  • Opening Balance Stock
  • @endcan @can('medicine_expiry_soon.view')
  • Medicines Expiring Soon
  • @endcan @canany(['indent.view', 'indent.pending'])
  • Health Center Requistion
      @can('indent.view')
    • Requisitions List
    • @endcan @can('indent.pending')
    • Pending Requisitions @if (!empty($pending_requistion_count) && $pending_requistion_count > 0) {{ $pending_requistion_count }} @endif
    • @endcan
  • @endcanany @can('work-orders.pending_dispatch')
  • Pending for dispatch @if (!empty($pending_dispatch_count) && $pending_dispatch_count > 0) {{ $pending_dispatch_count }} @endif
  • @endcan @can('work-orders.gatepass')
  • Generate Gatepass
  • @endcan @can('distributed-stocks.view')
  • Issue to Patient
  • @endcan @can('dispatched.view')
  • Dispatched Requisitions List
  • @endcan {{-- @can('return-stock.view')
  • Return Stock
  • @endcan --}} @canany(['return-stock.approve_item', 'return-stock.view'])
  • Return Stock
      @can('return-stock.view')
    • Add Return Stock
    • @endcan @can('return-stock.approve_item')
    • HP Return Stock
    • @endcan
  • @endcanany