{{-- table-responsive --}}
| ID | OBJETIVO | TIPO | PROCESO | RESPONSABLE | PESO | INDICADOR | FORMULA | FRECUENCIA | UNIDAD | METAS | MES | AÑO | VALOR | ALERTA | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| O1. | {{ $objetivo }} | FABRIBAT | Responsable | 100 | Cumplimiento Ponderado | Suma ponderada de las estrategias | Mensual | % |
|
2025 | 100 | ||||||
| {{ $item->codigo }} | {{ $item->objetivo }} | {{ $item->procesoGestion }} | {{ $item->responsable()->first()->name }} | {{ $item->peso }} | {{ $item->indicador }} | {{ $item->formula }} | {{ $item->frecuencia }} | {{ $item->unidad }} | {{ $item->meta }} | {{ $item->meses()->first()->mes }} | {{ $item->año }} | @if ($item->colores == 'V'){{ $item->valor }} | - | @elseif ($item->colores == 'A')
{{ $item->valor }}
@if ($item->archivo == '0') @else Descargar Archivo @endif |
Alerta |
@elseif ($item->colores == 'R')
{{ $item->valor }}
@if ($item->archivo == '0') @else Descargar Archivo @endif |
- | @endif