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

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

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

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

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

Warning: Attempt to read property "tipo" on null in C:\xampp\htdocs\tablerogerencial\resources\views\configurar\editIndicadores.blade.php on line 90
@endforeach
ID OBJETIVO TIPO PROCESO RESPONSABLE PESO INDICADOR METAS MES AÑO VALOR ACCIONES
O1. {{ $objetivo }} FABRIBAT Responsable 100 Cumplimiento Ponderado
[  100 ]
[    95 ]
[ < 95 ]
2024 100
{{ $item->codigo }} {{ $item->objetivo }} {{ $item->procesoGestion }} {{ $item->responsable()->first()->name }} {{ $item->peso }} {{ $item->indicador }} {{ $item->meta }} {{ $item->meses()->first()->mes }} {{ $item->año }} {{ $item->valor }}
@endsection @push('scripts') @endpush