Gestoría de Datos - Pre Inscripcion - Documentación
@foreach($datos_pos as $datos_p)
{!! $errors->first('foto_dni_dorso',':message') !!}
@if($datos_p->certificado_nacimiento <> "")
CERTIFICADO DE NACIMIENTO
@else
CERTIFICADO DE NACIMIENTO - No ha sido cargado!
@endif
{!! $errors->first('certificado_nacimiento',':message') !!}
@if($datos_p->certificado_alumno <> "")
POSTULANTE - CERTIFICADO DE ALUMNO REGULAR/ESTUDIOS
@else
Certificado de alumno Regular/Estudios - No ha sido cargado!
@endif
{!! $errors->first('certificado',':message') !!}
@if($datos_p->foto_dni_frente_guarda <> "")
PADRE/MADRE/GUARDA - DNI - FRENTE
@else
Foto DNI RESPONSABLE FRENTE - No ha sido cargado!
@endif
{!! $errors->first('foto_dni_frente_guarda',':message') !!}
@if($datos_p->foto_dni_dorso_guarda <> "")
PADRE/MADRE/GUARDA - DNI - DORSO
@else
Foto DNI RESPONSABLE DORSO - No ha sido cargado!
@endif
{!! $errors->first('foto_dni_dorso_guarda',':message') !!}
@if($datos_p->orden_judicial_tutor <> "")
CERTIFICADO DE ORDEN JUDICIAL
@else
CERTIFICADO DE ORDEN JUDICIAL - No ha sido cargado!
@endif
{!! $errors->first('certificado_orden_judicial',':message') !!}
@if($datos_p->informacion_1 <> "")
ANEXO INFORMACION
@else
A - SIN ANEXOS
@endif
{!! $errors->first('certificado_otros_1',':message') !!}
@if($datos_p->informacion_2 <> "")
ANEXO INFORMACION
@else
B - SIN ANEXOS
@endif
{!! $errors->first('certificado_otros_2',':message') !!}
@if (date("Y-m-d") >= session('fecha_inicio') and date("Y-m-d") <= session('fecha_final'))
@endif
@endforeach