@extends('layouts.app', [ 'class' => '', 'elementActive' => 'acciones', ]) @section('content')
{{-- table-responsive --}} @foreach ($data as $item)
Warning: Undefined variable $item in C:\xampp\htdocs\tablerogerencial\resources\views\configurar\accionesCorrectivas.blade.php on line 110

Warning: Attempt to read property "tipo" on null in C:\xampp\htdocs\tablerogerencial\resources\views\configurar\accionesCorrectivas.blade.php on line 110

Warning: Undefined variable $item in C:\xampp\htdocs\tablerogerencial\resources\views\configurar\accionesCorrectivas.blade.php on line 112

Warning: Attempt to read property "tipo" on null in C:\xampp\htdocs\tablerogerencial\resources\views\configurar\accionesCorrectivas.blade.php on line 112

Warning: Undefined variable $item in C:\xampp\htdocs\tablerogerencial\resources\views\configurar\accionesCorrectivas.blade.php on line 114

Warning: Attempt to read property "tipo" on null in C:\xampp\htdocs\tablerogerencial\resources\views\configurar\accionesCorrectivas.blade.php on line 114
@if ($item->colores == 'V') @elseif ($item->colores == 'A') @elseif ($item->colores == 'R') @endif @endforeach
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 %
[  100 ]
[    95 ]
[ < 95 ]
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 }} {{ $item->valor }} - {{ $item->valor }}
@if ($item->archivo == '0') @else Descargar Archivo @endif
{{ $item->valor }}
@if ($item->archivo == '0') @else Descargar Archivo @endif
-
@endsection @push('scripts') @endpush