@can('admin') {{--
  • @if (count($user_branches)) @foreach ($user_branches as $branch) {{$branch['branch']['name']}} @endforeach @else {{__('No other laboratory')}} @endif
  • --}} {{--
  • {{ session('branch_name') }}

      @if (count($user_branches)) @foreach ($user_branches as $branch)
    • {{ $branch['branch']['name'] }}

    • @endforeach @else {{ __('No other laboratory') }} @endif
  • --}} @endcan {{--
  • {{ __('Dashboard') }}

  • --}} @can('view_patient')
  • {{ __('Patients') }}

  • @endcan @can('view_group')
  • {{ __('Requisitions') }}

  • @endcan @canany(['view_samples', 'view_task', 'view_sendoff', 'view_sample_recollections', 'view_analysis', 'view_sample_criteria', 'view_sendoffloc'])
  • {{ __('Samples') }}

      @can('view_samples')
    • {{ __('Sample List') }}

    • @endcan @can('view_task')
    • {{ __('Task List') }}

    • @endcan @can('view_sendoff')
    • sendout

      {{ __('Sample Send Out') }}

    • @endcan @can('view_sample_recollections')
    • sample recollection

      {{ __('Sample Recollection') }}

    • @endcan @canany(['view_analysis', 'view_sample_criteria', 'view_sendoffloc'])
    • {{ __('Sample Configuration') }}

        @can('view_analysis')
      • {{ __('Stage') }}

      • @endcan @can('view_sample_criteria')
      • {{ __('Sample Criteria') }}

      • @endcan @can('view_sendoffloc')
      • sendout location

        {{ __('Send Out Location') }}

      • @endcan
    • @endcan
  • @endcan @can('view_medical_report')
  • {{ __('Laboratory Reports') }}

  • @endcan @canany(['view_test', 'view_package', 'view_container', 'view_container_type', 'view_sample_type', 'view_units'])
  • {{ __('Tests') }}

      @can('view_test')
    • {{ __('Tests/Services') }}

    • @endcan @can('view_package')
    • {{ __('Packages') }}

    • @endcan @canAny(['view_container', 'view_container_type', 'view_sample_type', 'view_units'])
    • {{ __('Test Configuration') }}

        @can('view_container')
      • {{ __('Containers') }}

      • @endcan @can('view_container_type')
      • {{ __('Container Types') }}

      • @endcan @can('view_sample_type')
      • {{ __('Sample Types') }}

      • @endcan @can('view_units')
      • {{ __('Units') }}

      • @endcan
    • @endcan
  • @endcan @can('view_sample_assessment')
  • {{ __('Sample Assessments') }}

  • @endcan @canany(['view_project', 'view_project_contracts', 'view_project_samples', 'view_workbench_protocol', 'view_service_summary', 'view_order_of_payment', 'view_agency', 'view_ethics', 'view_eo', 'view_identifiers', 'view_investigator', 'view_nuhra', 'view_program', 'view_project_staff', 'view_requesting_individual', 'view_research_type', 'view_researchers', 'view_sdg', 'view_rsr', 'view_lrf'])
  • {{ __('Projects') }}

      @can('view_project')
    • {{ __('Project List') }}

    • @endcan @can('view_project_contracts')
    • {{ __('Project Contracts') }}

    • @endcan @can('view_project_samples')
    • {{ __('Project Samples') }}

    • @endcan @can('view_workbench_protocol')
    • {{ __('Workbench Protocols') }}

    • @endcan @can('view_service_summary')
    • {{ __('Service Summaries') }}

    • @endcan @can('view_order_of_payment')
    • {{ __('Order of Payments') }}

    • @endcan {{-- @can('view_lrf')
    • {{ __('Laboratory Request Forms') }}

    • @endcan --}} @can('view_rsr')
    • {{ __('Research Service Reports') }}

    • @endcan @canany(['view_agency', 'view_ethics', 'view_eo', 'view_identifiers', 'view_investigator', 'view_nuhra', 'view_program', 'view_project_staff', 'view_requesting_individual', 'view_research_type', 'view_researchers', 'view_sdg'])
    • {{ __('Research Configuration') }}

        @can('view_agency')
      • {{ __('Agencies') }}

      • @endcan @can('view_ethics')
      • {{ __('Ethics Review Committee') }}

      • @endcan @can('view_eo')
      • {{ __('Expected Output') }}

      • @endcan @can('view_identifiers')
      • {{ __('Identifiers') }}

      • @endcan @can('view_investigator')
      • {{ __('Investigators') }}

      • @endcan @can('view_nuhra')
      • {{ __('NUHRA') }}

      • @endcan @can('view_program')
      • {{ __('Programs') }}

      • @endcan @can('view_project_staff')
      • {{ __('Project Staff') }}

      • @endcan @can('view_requesting_individual')
      • {{ __('Requesting Individuals') }}

      • @endcan @can('view_research_type')
      • {{ __('Research Types') }}

      • @endcan @can('view_researchers')
      • {{ __('Researchers') }}

      • @endcan @can('view_sdg')
      • {{ __('SDG') }}

      • @endcan
    • @endcan
  • @endcan @canany(['view_test_prices', 'view_package_prices'])
  • {{ __('Price List') }}

      @can('view_test_prices')
    • {{ __('Tests') }}

    • @endcan @can('view_package_prices')
    • {{ __('Packages') }}

    • @endcan
  • @endcan @can('view_specimen')
  • {{ __('Specimens') }}

  • @endcan @canAny(['view_product', 'view_purchase', 'view_request_issuance', 'view_adjustment', 'view_transfer', 'view_product_history', 'view_supplier', 'view_product_category', 'view_product_type', 'view_product_unit', 'view_product_disposal'])
  • {{ __('Inventories') }}

      @can('view_product')
    • {{ __('Products') }}

    • @endcan @can('view_purchase')
    • {{ __('Request and Purchases') }}

    • @endcan @can('view_request_issuance')
    • {{ __('Request and Issuances') }}

    • @endcan @can('view_product_disposal')
    • {{ __('Product Disposals') }}

    • @endcan @can('view_adjustment')
    • {{ __('Adjustments') }}

    • @endcan @can('view_transfer')
    • {{ __('Transfers') }}

    • @endcan @can('view_product_history')
    • {{ __('Product History') }}

    • @endcan @canAny(['view_supplier', 'view_product_category', 'view_product_type', 'view_product_unit',])
    • {{ __('Inventory Configuration') }}

        @can('view_supplier')
      • {{ __('Suppliers') }}

      • @endcan @can('view_product_category')
      • {{ __('Product Categories') }}

      • @endcan @can('view_product_type')
      • {{ __('Product Types') }}

      • @endcan @can('view_product_unit')
      • {{ __('Product Units') }}

      • @endcan @can('view_manufacturer')
      • {{ __('Manufacturers') }}

      • @endcan
    • @endcan
  • @endcan @canany(['view_accounting_report', 'view_doctor_report', 'view_supplier_report', 'view_inventory_report', 'view_institute_report'])
  • {{ __('Reports') }}

      @can('view_accounting_report')
    • {{ __('Requisition Reports') }}

    • @endcan @can('view_doctor_report')
    • {{ __('Doctor Reports') }}

    • @endcan @can('view_institute_report')
    • {{ __('Client Reports') }}

    • @endcan @can('view_supplier_report')
    • {{ __('Supplier Reports') }}

    • @endcan @can('view_project_reports')
    • {{ __('Project Reports') }}

    • @endcan @can('view_purchase_report')
    • {{ __('Purchases Reports') }}

    • @endcan @can('view_ris_report')
    • {{ __('RIS Reports') }}

    • @endcan @can('view_inventory_report')
    • {{ __('Inventory Reports') }}

    • @endcan @can('view_physical_inventory')
    • {{ __('Physical Inventory Reports') }}

    • @endcan @can('view_product_report')
    • {{ __('Products Reports') }}

    • @endcan @can('view_equipment_report')
    • {{ __('Equipment Reports') }}

    • @endcan @can('view_laboratory_report')
    • {{ __('Laboratory Reports') }}

    • @endcan {{--
    • {{ __('Cancelled Tests') }}

    • --}}
  • @endcan @can('view_billing')
  • {{ __('Billings') }}

  • @endcan @can('view_chat')
  • {{ __('Messages') }}

  • @endcan @can('view_instructions')
  • {{ __('Work Instructions') }}

  • @endcan @canany(['view_qc_monitoring'])
  • {{ __('Quality Control') }}

      @can('view_qc_monitoring')
    • {{ __('QC Monitoring') }}

    • @endcan @can('view_eqas')
    • {{ __('EQAS') }}

    • @endcan @can('view_performance_review')
    • {{ __('Performance Review') }}

    • @endcan @can('view_competency')
    • {{ __('Competency') }}

    • @endcan
  • @endcan @canany(['view_equipment_category'])
  • {{ __('Equipment') }}

      @can('view_equipment')
    • {{ __('Equipment') }}

    • @endcan @can('view_equipment_category')
    • {{ __('Equipment Categories') }}

    • @endcan @can('view_maintenance_logs')
    • {{ __('Systems Intermediate Checking') }}

    • @endcan
  • @endcan @canany(['view_temp_monitoring', 'view_current_monitoring', 'view_oven_temp_monitoring', 'view_data_logger_temp_monitoring'])
  • {{ __('Monitoring') }}

      @can('view_current_monitoring')
    • {{ __('HVE Monitoring Parameters') }}

    • @endcan @can('view_data_logger_temp_monitoring')
    • {{ __('Data Logger Temperature Monitoring') }}

    • @endcan @can('view_eluent_monitoring')
    • {{ __('Eluent Monitoring') }}

    • @endcan @can('view_oven_temp_monitoring')
    • {{ __('Oven Temperature Monitoring') }}

    • @endcan @can('view_temp_monitoring')
    • {{ __('Temperature Monitoring') }}

    • @endcan
  • @endcan @canany(['view_storage_equipment', 'view_storage_location'])
  • {{ __('Storage') }}

      @can('view_storage_equipment')
    • {{ __('Storage Equipment') }}

    • @endcan @can('view_storage_location')
    • {{ __('Storage Location') }}

    • @endcan
  • @endcan @canany(['view_capillary_e_worklist', 'view_plasma_amino_acid_analysis', 'view_organic_acid_analysis', 'view_pal_worklist', 'view_hve_proforma', 'view_urine_metabolic_screening'])
  • {{ __('Worksheet') }}

      @can('view_capillary_e_worklist')
    • {{ __('Capillary Electrophoresis') }}

    • @endcan @can('view_plasma_amino_acid_analysis')
    • {{ __('Plasma Amino Acid Analysis') }}

    • @endcan @can('view_organic_acid_analysis')
    • {{ __('Organic Acid Analysis') }}

    • @endcan @can('view_pal_worklist')
    • {{ __('Plasma Acylcarnitine') }}

    • @endcan @can('view_hve_proforma')
    • {{ __('HVE Result Proforma') }}

    • @endcan @can('view_urine_metabolic_screening')
    • {{ __('Urine Metabolic Screening') }}

    • @endcan
  • @endcan @can('view_translation')
  • {{ __('Translations') }}

  • @endcan @can('view_transaction_registry')
  • {{ __('Transaction Registry') }}

  • @endcan @can('view_record')
  • {{ __('Records Inventory') }}

  • @endcan @can('view_rd_data_management')
  • {{ __('R&D Data Management') }}

  • @endcan @can('view_extended_statistics')
  • {{ __('Extended Statistics') }}

  • @endcan @canany(['view_third_party_laboratory_evaluation'])
  • {{ __('Evaluation') }}

      @can('view_third_party_laboratory_evaluation')
    • {{ __('Third Party Laboratory Evaluation') }}

    • @endcan @can('view_supplier_evaluations')
    • {{ __('Supplier Evaluation') }}

    • @endcan
  • @endcan @canany(['view_customer_survey','view_summary_transmittal', 'view_equipment_type', 'view_branch', 'view_location', 'view_module', 'view_patient_type', 'view_permission', 'view_region', 'view_task_type', 'view_designation', 'view_facility', 'view_predefined_comments', 'view_template', 'view_test_reason_list', 'view_test_reason_item', 'view_barcode', 'view_user', 'view_role', 'view_user_designation'])
  • {{ __('Configuration') }}

      @can('view_customer_survey')
    • {{ __('Customer Survey') }}

    • @endcan @can('view_summary_transmittal')
    • {{ __('Summary Transmittal') }}

    • @endcan @can('view_equipment_type')
    • {{ __('Equipment Types') }}

    • @endcan @can('view_branch')
    • {{ __('Laboratories') }}

    • @endcan @can('view_location')
    • {{ __('Locations') }}

    • @endcan @can('view_module')
    • {{ __('Modules') }}

    • @endcan @can('view_patient_type')
    • {{ __('Patient Types') }}

    • @endcan @can('view_permission')
    • {{ __('Permissions') }}

    • @endcan @can('view_region')
    • {{ __('Regions') }}

    • @endcan @can('view_task_type')
    • {{ __('Task Types') }}

    • @endcan @can('view_designation')
    • {{ __('Signatory Level') }}

    • @endcan @can('view_facility')
    • {{ __('Facilities') }}

    • @endcan @can('view_predefined_comments')
    • {{ __('Predefined Comments') }}

    • @endcan @can('view_template')
    • {{ __('Templates') }}

    • @endcan @can('view_test_reason_list')
    • {{ __('Test Reasons') }}

    • @endcan @can('view_test_reason_item')
    • {{ __('Test Reason Items') }}

    • @endcan @can('view_barcode')
    • {{ __('Barcodes') }}

    • @endcan {{-- @can('view_unit')
    • {{ __('Units') }}

    • @endcan --}} @canany(['view_user', 'view_role', 'view_user_designation'])
    • {{ __('Users and Roles') }}

        @can('view_user')
      • {{ __('Users') }}

      • @endcan @can('view_user_designation')
      • {{ __('Signatory Level') }}

      • @endcan @can('view_role')
      • {{ __('Roles') }}

      • @endcan
    • @endcan
  • @endcan @canany(['view_payment_method', 'view_institute', 'view_contract'])
  • {{ __('Admin Configuration') }}

      @can('view_institute')
    • client

      {{ __('Client List') }}

    • @endcan @can('view_contract')
    • {{ __('Contracts/MOU') }}

    • @endcan @can('view_payment_method')
    • {{ __('Payment Methods') }}

    • @endcan @can('view_holidays')
    • {{ __('Holidays') }}

    • @endcan
  • @endcan @canany(['view_doctor', 'view_employee_training'])
  • {{ __('Staff Configuration') }}

      @can('view_doctor')
    • {{ __('Doctors') }}

    • @endcan @can('view_employee_training')
    • {{ __('Employee Trainings') }}

    • @endcan
  • @endcan @can('view_issue_tracker')
  • {{ __('Issue Tracker') }}

  • @endcan @canany(['view_activity_log', 'view_backup'])
  • {{ __('Activity Logs') }}

      @can('view_activity_log')
    • {{ __('User Actions') }}

    • @endcan @can('view_onsite_ip')
    • {{ __('IP Address') }}

    • @endcan
  • @endcan @can('view_backup')
  • {{ __('Database Backups') }}

  • @endcan @can('view_logfile')
  • {{ __('Log Files') }}

  • @endcan {{--
  • {{ __('Profile') }}

  • --}} {{-- @php use App\Models\UserManual; $get_latest = UserManual::latest()->whereNull('deleted_at')->first(); @endphp @if($get_latest)
  • {{ __('User Manual') }}

  • @endif --}} @can('view_setting')
  • {{ __('Settings') }}

  • @endcan