@extends('layouts.demo10.base') @section('content') @can('view.projects')

Indicators

Home / Indicators
@can('create.projects') @endcan
{{-- DataTables fills this --}}
Indicator Name Definition Donor Indicator Level Disaggregation Baseline Value End Target Unit Status Actions
{{-- ════════════════════════ MODAL ════════════════════════ --}}

Add New Indicator

1
Info
2
Data Source
3
Disaggregation
4
Calculation
5
Reporting
@csrf {{-- ═══════ STEP 1 ═══════ --}}

Indicator Information

{{-- ═══════ STEP 2 ═══════ --}} {{-- ═══════ STEP 3 ═══════ --}} {{-- ═══════ STEP 4 ═══════ --}} {{-- ═══════ STEP 5 ═══════ --}}
@else

Access Denied

You do not have permission to view this page.

@endcan {{-- Overlay (darkens the modal behind the drawer) --}}
{{-- Drawer --}}
Build a View
{{-- View Name --}}
{{-- Tables & Joins --}}
{{-- Dynamic join rows rendered by JS --}}
{{-- Add join button --}}
{{-- Column selector --}}
Add tables to see columns
{{-- SQL Preview --}}
SELECT * FROM table
{{-- /drawer --}} @endsection @section('scripts') @vite('resources/js/pages/indicator.js') @endsection