@extends('layouts.app', [ 'class' => '', 'elementActive' => 'tablero', ]) @section('content')
@foreach ($data as $item)
Warning: Undefined variable $item in C:\xampp\htdocs\tablerogerencial\resources\views\configurar\tableroIndicadores.blade.php on line 97

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

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

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

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

Warning: Attempt to read property "tipo" on null in C:\xampp\htdocs\tablerogerencial\resources\views\configurar\tableroIndicadores.blade.php on line 101
{{-- @if (auth()->user()->id == $item->responsable || auth()->user()->id == 1) --}} @if ($item->colores == 'V') @elseif ($item->colores == 'A') @elseif ($item->colores == 'R') @endif {{-- @endif --}} @endforeach
ID OBJETIVO TIPO PROCESO RESPONSABLE PESO INDICADOR FORMULA FRECUENCIA UNIDAD METAS MES AÑO VALOR
O1. {{ $objetivo }} FABRIBAT Responsable 100 Cumplimiento Ponderado Suma ponderada de las estrategias Mensual %
[  100 ]
[    95 ]
[ < 95 ]
2025 100
{{ $item->codigo }} {{ $item->objetivo }} {{ $item->procesoGestion }} @if (auth()->user()->id == $item->responsable) {{ $item->responsable()->first()->name }} @else {{ $item->responsable()->first()->name }} @endif {{ $item->peso }} {{ $item->indicador }} {{ $item->formula }} {{ $item->frecuencia }} {{ $item->unidad }} {{ $item->meta }} {{ $item->meses()->first()->mes }} {{ $item->año }} {{ $item->valor }} {{ $item->valor }} {{ $item->valor }}
@endsection @push('scripts') @endpush