@extends('adminlte::page') @section('plugins.Sweetalert2', true) @section('plugins.Select1', true) @section('title', 'Intranet | Detalle Documento Requerido') @section('content_header')
@stop @section('content')

Detalle Documento Requerido Del Postulante {{ $postulante->nombre }}

@csrf
@if ($detalleDocumento->documentoPostulante->tipo_documento == 'Actividad')
@endif
@if ($detalleDocumento->documentoPostulante->tipo_documento == 'Actividad')
@if(count($detalleDocumento->asistencias)>0) @php $cantidadAsistencias=0; @endphp @foreach($detalleDocumento->asistencias as $asistencia) @php $cantidadAsistencias++; @endphp @if($asistencia->asistencia==true) @else @endif @endforeach @else @endif
# El Postulante Asistio Fecha De La Asistencia
{{$cantidadAsistencias}}SiNo{{fechaConFormatoDeChile($asistencia->fecha_asistencia)}}
No hay asistencia disponibles en la tabla
@endif @if ($detalleDocumento->estado == 'Rechazado' || $detalleDocumento->estado == 'Apto c/observaciones') @if ($detalleDocumento->estado == 'Rechazado')
@elseif($detalleDocumento->estado == 'Apto c/observaciones')
@endif @endif
@if (count($detalleDocumento->archivos) > 0) @foreach ($detalleDocumento->archivos as $archivoPostulante) @endforeach @else @endif
ARCHIVOS REGISTRADOS
Acción Archivo Tipo
{{ $archivoPostulante->nombre_Archivo }} {{ retornaTextoExtensionSegunExtensionDelArchivo($archivoPostulante->extension) }}
No hay archivos disponibles en la tabla
@stop @section('footer')
Intranet
Copyright © 2021 GuiñezIngeniería.cl. @stop @section('css') @stop @section('js') @stop