Indicators Manager
Indicators List
@if (session('message_success'))
{{session('message_success')}}
@endif
@if (session('message_error'))
{{session('message_error')}}
@endif
| # | Indicator | Description | Type | Project | Actions | |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $indicator->indicator ?? 'N/A' }} | {{ $indicator->description ?? 'N/A' }} | {{ $indicator->type->name ?? 'N/A' }} | {{ $indicator->project->title ?? 'N/A' }} | Baseline Edit | |
| No indicators found. | ||||||