@extends('material.layouts.dashboard') @push('styles') @endpush @section('page-title', 'Seguimientos') @section('page-description', 'ver, crear, modificar y eliminar Seguimientos') @section('content')
@component('themes.bootstrap.components.portlet', ['icon' => 'fa fa-building-o', 'title' => 'Seguimientos', 'nofooter' => true])
@isset($accion)
Plan de mejoramiento # {{$accion->causa->hallazgo->plan['i_pk_id']}}:
{{ $accion->causa->hallazgo->plan['vc_nombre_plan'] }}
Tipo
{{ $accion->causa->hallazgo->plan['vc_tipo'] }}
Auditor
{{ $accion->causa->hallazgo->plan->auditor['full_name'] }}
Hallazgo # {{$accion->causa->hallazgo['i_pk_id']}}:
Código
{{ $accion->causa->hallazgo['vc_codigo'] }}
Componente
{{ $accion->causa->hallazgo['vc_componente'] }}
Factor
{{ $accion->causa->hallazgo['vc_factor'] }}

Descripción del hallazgo
{{ $accion->causa->hallazgo['tx_descripcion'] }}
Causa # {{$accion->causa['i_pk_id']}}:
{{$accion->causa['tx_causa']}}
Actividad # {{$accion['i_pk_id']}}:
Descripción Actividad
{{ $accion['tx_accion'] }}
Objetivo
{{ $accion['tx_objetivo'] }}
@endisset
@endcomponent @component('themes.bootstrap.components.portlet', ['icon' => 'fa fa-building-o', 'title' => 'Seguimientos']) {{-- DATATABLE SEGUIMIENTOS--}} @component('themes.bootstrap.components.datatable', ['id' => 'seguimientos-table']) @slot('columns', ['','Estado','Id', 'Usuario', 'Descripción','Archivos','Radicado Orfeo', 'URL Evidencia', 'Fecha registro' , 'Indicador' , 'Formula Indicador' , 'Meta' , 'Fecha de Inicio' , 'Fecha de Fin']) @endcomponent {{--FORMULARIO SEGUIMIENTOS--}} @component('themes.bootstrap.components.modal-large', ['id' => 'modal-form-seguimientos', 'class'=>'modal-form', 'icon'=>'icon-settings font-green-haze','title' => 'Registro de seguimiento']) @slot('body') @include('material.sections.hallazgos.seguimientos.formulario') @endslot @slot('footer') {{-- DATATABLE ARCHIVOS SEGUIMIENTOS--}}

Evidencias

¨
@component('themes.bootstrap.components.datatable', ['id' => 'archivos-seguimiento-table']) @slot('columns', ['','Id','Nombre','Archivo','Fecha registro']) @endcomponent
@endslot @endcomponent @endcomponent
{{--FORMULARIO SEGUIMIENTOS AUDITOR--}} @component('themes.bootstrap.components.modal-large', ['id' => 'modal-form-seguimientos-auditor', 'class'=>'modal-form', 'icon'=>'icon-settings font-green-haze','title' => 'AUDITOR: REVISIÓN DE SEGUIMIENTO - OCI']) @slot('body') @include('material.sections.hallazgos.seguimientos.formulario-auditor') @endslot @slot('footer') @endslot @endcomponent {{--MODAL COMENTARIOS--}} @component('themes.bootstrap.components.modal-large', ['id' => 'modal-form-comentarios', 'class'=>'modal-large', 'icon'=>'icon-settings font-green-haze','title' => 'Comentarios seguimiento']) @slot('body')
@component('themes.bootstrap.components.datatable', ['id' => 'comentarios-seguimiento-table']) @slot('columns', ['Fecha registro','Comentario','Usuario']) @endcomponent
@include('material.sections.hallazgos.seguimientos.formulario-comentario') @endslot @slot('footer') @endslot @endcomponent @endsection @push('functions') @endpush @push('functions') @endpush