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

Warning: Attempt to read property "tipo" on null in C:\xampp\htdocs\tablerogerencial\resources\views\paginas\mes.blade.php on line 89

Warning: Undefined variable $item in C:\xampp\htdocs\tablerogerencial\resources\views\paginas\mes.blade.php on line 91

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

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

Warning: Attempt to read property "tipo" on null in C:\xampp\htdocs\tablerogerencial\resources\views\paginas\mes.blade.php on line 93
@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
O1. Incrementar el nivel de competencia y compromiso del personal FABRIBAT Responsable 100 Cumplimiento Ponderado Suma ponderada de las estrategias Mensual %
[  100 ]
[    95 ]
[ < 95 ]
2024 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 }} {{ $item->valor }}
@endsection @push('scripts') @endpush