@extends('material.layouts.dashboard') @push('styles') @endpush @section('page-title', 'EVALUACIÓN DE LA ACTIVIDAD ') @section('page-description', 'Equipo De Control Interno') @section('content')
@component('themes.bootstrap.components.portlet', ['icon' => 'fa fa-building-o', 'title' => 'EVALUACIÓN EQUIPO DE CONTROL INTERNO', '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' => 'Evaluaciones Control Interno']) {{-- DATATABLE SEGUIMIENTOS--}} @component('themes.bootstrap.components.datatable', ['id' => 'evaluaciones-table']) @slot('columns', ['','Estado','Id', 'Descripción', 'Recomendaciones', 'Usuario', 'Fecha registro']) @endcomponent {{--FORMULARIO SEGUIMIENTOS--}} @component('themes.bootstrap.components.modal-large', ['id' => 'modal-form-evaluaciones', 'class'=>'modal-form', 'icon'=>'icon-settings font-green-haze','title' => 'EVALUACION DE LA ACTIVIDAD CORRECTIVA Y/O MEJORA']) @slot('body') @include('material.sections.hallazgos.evaluaciones.formulario')
@endslot @slot('footer') @endslot @endcomponent @endcomponent
@endsection @push('functions') @endpush @push('functions') @endpush