@extends('layouts.app', [
'class' => '',
'elementActive' => 'tablero',
])
@section('content')
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 |
% |
|
|
2025 |
100 |
|
@foreach ($data as $item)
{{ $item->codigo }}
|
{{ $item->objetivo }} |
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
{{ $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 }} |
{{-- @if (auth()->user()->id == $item->responsable || auth()->user()->id == 1) --}}
@if ($item->colores == 'V')
{{ $item->valor }}
|
@elseif ($item->colores == 'A')
{{ $item->valor }}
|
@elseif ($item->colores == 'R')
{{ $item->valor }}
|
@endif
{{-- @endif --}}
@endforeach
@endsection
@push('scripts')
@endpush