Last updates

Example 2
{{ Auth::user()->name }}
Status
Logout
    {{-- Dashboard --}}
  • Dashboard
  • {{-- ================= BASELINE ================= --}} @php $isBaseline = request()->is('userData*') || request()->is('farmers*') || request()->is('reports/baseline-report*') || request()->is('watershed/*') || request()->is('well-monitoring*'); @endphp
  • Baseline
    {{-- ================= WHS ================= --}}
    WHS
    Water Harvesting Structure Agri Baseline Baseline Approval
    {{-- ================= WATERSHED ================= --}}
    Watershed
    General Information Household Survey Agriculture Baseline Existing Structure Observation Well Plot to Plot Planning
  • {{-- ================= INTERVENTION ================= --}} @php $isIntervention = request()->is('pre-level-report*') || request()->is('user/reports/post-level-index*') || request()->is('user/quantity-calculation*') || request()->is('measurement_book*') || request()->is('bill-approval*') || request()->is('income*') || request()->is('well-monitoring*'); @endphp
  • Intervention
    WHS
    Pre Level Post Level Quantity Calculation Measurement Book Bill Approval Agri Intervention
  • {{-- ================= MASTER ================= --}} @php $isMaster = request()->is('admin*') || request()->is('watershed/rainfalls*') || request()->is('watershed/climatic-data*'); @endphp
  • Master
    Watershed
    Rainfall Climate Data
  • {{-- ================= REPORTS ================= --}} @php $isReports = request()->is('user/reports/baseline-report*') || request()->is('user/reports/pre-level-report*') || request()->is('user/reports/post-level-index*') || request()->is('well_monitorings*') || request()->is('whsMcft*') || request()->is('watershed/pdf*'); @endphp
  • Reports
    Baseline Pre Level Post Level Well Report WHS (MCFT) Watershed DPR