@extends('layouts.master_pre2') @section('css') {!! Html::style('css/jquery_ui.css')!!} {!! Html::style('css/datepicker.css')!!} {!! Html::style('plugins/bootstrapformhelpers-master/dist/css/bootstrap-formhelpers.min.css')!!} {!! Html::style('css/fileinput/fileinput.css')!!} @stop @section('content')
Los campos marcados con son obligatorios.
@if(Session::has('message_error'))
{!! Session::get('message_error') !!}
@endif

{!! Form::open(array('url'=>'solicitante/procesarsolicitud', 'file' => true, 'enctype' =>'multipart/form-data'))!!}{!! csrf_field() !!}
Planilla de Inscripción Paso #1
Información Personal @if(Session::has('message_error_informacionPersonal'))
{!! Session::get('message_error_informacionPersonal') !!}
@endif
{!! Form::select('tipo_documento_id', $tipos_documentos, NULL , $attributes = array('class' => 'form-control', 'id'=>'tipo_documento_id')) !!}
@if($errors->has('tipo de documento')) {!! $errors->first('tipo de documento') !!} @else {!! " " !!} @endif
{!! Form::select('nacionalidad_id', $nacionalidades, NULL , $attributes = array('class' => 'form-control', 'id'=>'nacionalidad_id')) !!}
@if($errors->has('nacionalidad')) {!! $errors->first('nacionalidad') !!} @else {!! " " !!} @endif
{!! Form::text('estudiante_id', NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'estudiante_id','placeholder' => '123456')) !!}
@if($errors->has('nro de identificación')) {!! $errors->first('nro de identificación') !!} @else {!! " " !!} @endif
{!! Form::text('pasaporte', NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'pasaporte','placeholder' => '123456')) !!}
@if($errors->has('nro de pasaporte')) {!! $errors->first('nro de pasaporte') !!} @else {!! " " !!} @endif
{!! Form::file('foto', $attributes = array('class' => 'form-control', 'id'=>'foto', 'accept' => '.jpg')) !!}
@if($errors->has('foto carnet')) {!! $errors->first('foto carnet') !!} @else {!! " " !!} @endif
{!! Form::text('nombres', NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'nombres')) !!}
@if($errors->has('primer y segundo nombre')) {!! $errors->first('primer y segundo nombre') !!} @else {!! " " !!} @endif
{!! Form::text('apellidos', NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'apellidos')) !!}
@if($errors->has('primer y segundo apellido')) {!! $errors->first('primer y segundo apellido') !!} @else {!! " " !!} @endif
{!! Form::text('fecha_nacimiento', NULL , $attributes = array('class' => 'form-control', 'id'=>'fecha_nacimiento', 'readonly'=>'readonly'))!!}
@if($errors->has('fecha de nacimiento')) {!! $errors->first('fecha de nacimiento') !!} @else {!! " " !!} @endif
{!! Form::select('genero_id', $generos, NULL , $attributes = array('class' => 'form-control', 'id'=>'genero_id')) !!}
@if($errors->has('genero')) {!! $errors->first('genero') !!} @else {!! " " !!} @endif
{!! Form::select('estado_civil_id', $estados_civiles, NULL , $attributes = array('class' => 'form-control', 'id'=>'estado_civil_id')) !!}
@if($errors->has('estado civil')) {!! $errors->first('estado civil') !!} @else {!! " " !!} @endif
@if(Session::has('pais_id')) {!! Form::select('pais_id', $paises, Session::get('pais_id') , $attributes = array('class' => 'form-control bfh-countries', 'id'=>'pais_id', 'data-country' => Session::get('pais_id'))) !!} @else {!! Form::select('pais_id', $paises, NULL , $attributes = array('class' => 'form-control bfh-countries', 'id'=>'pais_id', 'data-country' => 'VE')) !!} @endif
@if($errors->has('país')) {!! $errors->first('país') !!} @else {!! " " !!} @endif
{!! Form::text('estado', NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'estado')) !!}
@if($errors->has('estado')) {!! $errors->first('estado') !!} @else {!! " " !!} @endif
{!! Form::text('ciudad', NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'ciudad')) !!}
@if($errors->has('ciudad')) {!! $errors->first('ciudad') !!} @else {!! " " !!} @endif
@if(Session::has('pais_res_id')) {!! Form::select('pais_res_id', $paises, Session::get('pais_res_id') , $attributes = array('class' => 'form-control bfh-countries', 'id'=>'pais_res_id', 'data-country' => Session::get('pais_res_id'))) !!} @else {!! Form::select('pais_res_id', $paises, NULL , $attributes = array('class' => 'form-control bfh-countries', 'id'=>'pais_res_id', 'data-country' => 'VE')) !!} @endif
@if($errors->has('país de residencia')) {!! $errors->first('país de residencia') !!} @else {!! " " !!} @endif
{!! Form::text('estado_res', NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'estado_res')) !!}
@if($errors->has('estado de residencia')) {!! $errors->first('estado de residencia') !!} @else {!! " " !!} @endif
{!! Form::text('ciudad_res', NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'ciudad_res')) !!}
@if($errors->has('ciudad de residencia')) {!! $errors->first('ciudad de residencia') !!} @else {!! " " !!} @endif
{!! Form::text('tlf_hab', NULL, $attributes = array('class' => 'form-control bfh-phone', 'id'=>'tlf_hab', 'data-country' => 'pais_res_id')) !!}
@if($errors->has('teléfono de habitación')) {!! $errors->first('teléfono de habitación') !!} @else {!! " " !!} @endif
{!! Form::text('tlf_alt', NULL, $attributes = array('class' => 'form-control bfh-phone', 'id'=>'tlf_alt', 'data-country' => 'pais_res_id')) !!}
@if($errors->has('teléfono alternativo')) {!! $errors->first('teléfono alternativo') !!} @else {!! " " !!} @endif
{!! Form::text('tlf_celular', NULL, $attributes = array('class' => 'form-control bfh-phone', 'id'=>'tlf_celular', 'data-country' => 'pais_res_id')) !!}
@if($errors->has('teléfono celular')) {!! $errors->first('teléfono celular') !!} @else {!! " " !!} @endif
{!! Form::text('direccion_res', NULL, $attributes = array('class' => 'form-control', 'id'=>'direccion_res')) !!}
@if($errors->has('dirección de residencia')) {!! $errors->first('dirección de residencia') !!} @else {!! " " !!} @endif
{!! Form::email('correo', NULL, $attributes = array('class' => 'form-control', 'id'=>'correo','placeholder'=>'enlauniv@example.com')) !!}
@if($errors->has('correo')) {!! $errors->first('correo') !!} @else {!! " " !!} @endif
{!! Form::email('correo_alt', NULL, $attributes = array('class' => 'form-control', 'id'=>'correo_alt','placeholder'=>'enlauniv@example.com')) !!}
@if($errors->has('correo alternativo')) {!! $errors->first('correo alternativo') !!} @else {!! " " !!} @endif
Planilla de Inscripción Paso #2
@if(Session::has('message_error_perfilAcademico'))
{!! Session::get('message_error_perfilAcademico') !!}
@endif
Estudios de Secundaria
{!! Form::text('nom_secu', NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'nom_secu')) !!}
@if($errors->has('nombre de institución secundaria')) {!! $errors->first('nombre de institución secundaria') !!} @else {!! " " !!} @endif
{!! Form::text('titulo_tsu', NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'titulo_tsu')) !!}
@if($errors->has('título de educación secundaria')) {!! $errors->first('título de educación secundaria') !!} @else {!! " " !!} @endif
{!! Form::text('ano_secu', NULL , $attributes = array('class' => 'form-control', 'id'=>'ano_secu','readOnly'=>'readOnly'))!!}
@if($errors->has('año de egreso secundaria')) {!! $errors->first('año de egreso secundaria') !!} @else {!! " " !!} @endif
Estudios de Técnico Superior Universitario
{!! Form::text('nom_tsu', NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'nom_tsu')) !!}
@if($errors->has('nombre de institución tsu')) {!! $errors->first('nombre de institución tsu') !!} @else {!! " " !!} @endif
{!! Form::text('titulo_tsu', NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'titulo_tsu')) !!}
@if($errors->has('título de educación tsu')) {!! $errors->first('título de educación tsu') !!} @else {!! " " !!} @endif
{!! Form::text('ano_tsu', NULL , $attributes = array('class' => 'form-control', 'id'=>'ano_tsu','readOnly'=>'readOnly'))!!}
@if($errors->has('año de egreso tsu')) {!! $errors->first('año de egreso tsu') !!} @else {!! " " !!} @endif
Estudios Universitarios de Pregrado/Postgrado
{!! Form::text('nom_uni', NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'nom_uni')) !!}
@if($errors->has('nombre de institución universitaria')) {!! $errors->first('nombre de institución universitaria') !!} @else {!! " " !!} @endif
{!! Form::text('titulo_uni', NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'titulo_uni')) !!}
@if($errors->has('título de educación universitaria')) {!! $errors->first('título de educación universitaria') !!} @else {!! " " !!} @endif
{!! Form::text('ano_uni', NULL , $attributes = array('class' => 'form-control', 'id'=>'ano_uni','readOnly'=>'readOnly'))!!}
@if($errors->has('año de egreso universitaria')) {!! $errors->first('año de egreso universitaria') !!} @else {!! " " !!} @endif
@for($i = 1; $i <=2; $i++)
{!! Form::text('nom_uni'.$i, NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'nom_uni'.$i)) !!}
@if($errors->has('nombre de institución universitaria '.$i)) {!! $errors->first('nombre de institución universitaria '.$i) !!} @else {!! " " !!} @endif
{!! Form::text('titulo_uni'.$i, NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'titulo_uni'.$i)) !!}
@if($errors->has('título de educación universitaria '.$i)) {!! $errors->first('título de educación universitaria '.$i) !!} @else {!! " " !!} @endif
{!! Form::text('ano_uni'.$i, NULL , $attributes = array('class' => 'form-control', 'id'=>'ano_uni'.$i,'readOnly'=>'readOnly'))!!}
@if($errors->has('año de egreso universitaria '.$i)) {!! $errors->first('año de egreso universitaria '.$i) !!} @else {!! " " !!} @endif
@endfor
Planilla de Inscripción Paso #3
Datos Laborales @if(Session::has('message_error_perfilLaboral'))
{!! Session::get('message_error_perfilLaboral') !!}
@endif
{!! Form::select('trabaja',$op, NULL , $attributes = array('class' => 'form-control', 'id'=>'trabaja')) !!}
@if($errors->has('usted trabaja')) {!! $errors->first('usted trabaja') !!} @else {!! " " !!} @endif
{!! Form::text('nombre_emp', NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'nombre_emp', 'data-trabaja' => 1, 'disabled' => true)) !!}
@if($errors->has('nombre de la empresa')) {!! $errors->first('nombre de la empresa') !!} @else {!! " " !!} @endif
{!! Form::text('cargo_emp', NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'cargo_emp', 'data-trabaja' => 1, 'disabled' => true)) !!}
@if($errors->has('cargo en la empresa')) {!! $errors->first('cargo en la empresa') !!} @else {!! " " !!} @endif
{!! Form::text('tlf_emp', NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'tlf_emp', 'data-trabaja' => 1, 'disabled' => true)) !!}
@if($errors->has('teléfono de la empresa')) {!! $errors->first('teléfono de la empresa') !!} @else {!! " " !!} @endif
{!! Form::textarea('direccion_emp', NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'direccion_emp', 'data-trabaja' => 1, 'rows' => 4, 'disabled' => true)) !!}
@if($errors->has('dirección de la empresa')) {!! $errors->first('dirección de la empresa') !!} @else {!! " " !!} @endif
Planilla de Inscripción Paso #4
Datos de Ingreso @if(Session::has('message_error_datosIngreso'))
{!! Session::get('message_error_datosIngreso') !!}
@endif
{!! Form::select('localidad_id', $localidades, NULL , $attributes = array('class' => 'form-control', 'id'=>'localidad_id')) !!}
@if($errors->has('localidad')) {!! $errors->first('localidad') !!} @else {!! " " !!} @endif
{!! Form::select('convenio_id', $convenios, NULL , $attributes = array('class' => 'form-control', 'id'=>'convenio_id')) !!}
@if($errors->has('convenio')) {!! $errors->first('convenio') !!} @else {!! " " !!} @endif
{!! Form::select('nivel_id', (Session::has('niveles')) ? Session::get('niveles') : $niveles, NULL , $attributes = array('class' => 'form-control', 'id'=>'nivel_id')) !!}
@if($errors->has('nivel de estudio')) {!! $errors->first('nivel de estudio') !!} @else {!! " " !!} @endif
{!! Form::select('programa_id', (Session::has('programas')) ? Session::get('programas') : $programas, NULL , $attributes = array('class' => 'form-control', 'id'=>'programa_id')) !!}
@if($errors->has('programa')) {!! $errors->first('programa') !!} @else {!! " " !!} @endif
{!! Form::text('num_expediente', NULL , $attributes = array('class' => 'form-control', 'id'=>'num_expediente')) !!}
@if($errors->has('nro de expediente')) {!! $errors->first('nro de expediente') !!} @else {!! " " !!} @endif
{!! Form::select('opcion_id', (Session::has('opciones')) ? Session::get('opciones') : $opciones, NULL , $attributes = array('class' => 'form-control', 'id'=>'opcion_id')) !!}
@if($errors->has('desea optar')) {!! $errors->first('desea optar') !!} @else {!! " " !!} @endif
Requisitos de Ingreso
@foreach($requisitos as $value)
@endif {!! Form::file($value->codigo,array('class' => 'form-control','accept' => '.pdf')) !!}
@if($errors->has(minusculas($value->descripcion))) {!! $errors->first(minusculas($value->descripcion)) !!} @else {!! " " !!} @endif
@endforeach
{!!Form::close()!!}
@stop @section('postscript') {!! Html::script('js/jquery_ui.js') !!} {!! Html::script('js/datepicker/bootstrap-datepicker.js') !!} {!! Html::script('js/datepicker/locales/bootstrap-datepicker.es.js') !!} {!! Html::script('plugins/bootstrapformhelpers-master/dist/js/bootstrap-formhelpers.js') !!} {!! Html::script('js/fileinput/fileinput.js') !!} {!! Html::script('js/fileinput/locales/es.js') !!} @stop