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

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

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

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

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

Warning: Attempt to read property "tipo" on null in C:\xampp\htdocs\tablerogerencial\resources\views\configurar\listarIndicadores.blade.php on line 95
{{-- --}} @endforeach
ID OBJETIVO TIPO PROCESO RESPONSABLE PESO INDICADOR FORMULA FRECUENCIA UNIDAD METAS MES AÑO ACCIONES
O1. {{ $objetivo }} FABRIBAT Responsable 100 Cumplimiento PonderadoSuma ponderada de las estrategias Mensual %
[  100 ]
[    95 ]
[ < 95 ]
2025100
{{ $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 (auth()->user()->id == $item->responsable) @if (date('Y-m-d') <= $fechaIndicador->fecha) @endif @endif
@endsection @push('scripts') @endpush