@extends('layouts.master') @section('css') {!! Html::style('css/jquery_ui.css')!!} {!! Html::style('css/datepicker.css')!!} @stop @section('content') @if(Session::has('message_error_crear'))
{!! Session::get('message_error_crear') !!}
@endif @if(Session::has('message_success_crear'))
{!! Session::get('message_success_crear') !!}
@endif
{!! Form::open(array('url'=>'facilitadores/guardarfacilitador','class'=>'formulario', 'file' => true, 'enctype' =>'multipart/form-data')) !!}{!! csrf_field() !!}
{!! Form::text('cedula',NULL, $attributes = array('class' => 'form-control mayuscula','id'=>'cedula','placeholder'=>'123456'))!!}
@if($errors->has('cedula')) {!! $errors->first('cedula') !!} @else {!! " " !!} @endif
{!! Form::text('nombre', NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'nombre'))!!}
@if($errors->has('nombre')) {!! $errors->first('nombre') !!} @else {!! " " !!} @endif
{!! Form::text('apellido',NULL , $attributes = array('class' => 'form-control mayuscula', 'id'=>'apellido'))!!}
@if($errors->has('apellido')) {!! $errors->first('apellido') !!} @else {!! " " !!} @endif
{!! Form::text('correo', NULL, $attributes = array('class' => 'form-control', 'id'=>'correo'))!!}
@if($errors->has('correo')) {!! $errors->first('correo') !!} @else {!! " " !!} @endif
{!! Form::text('telefono', NULL, $attributes = array('class' => 'form-control', 'id'=>'telefono'))!!}
@if($errors->has('telefono')) {!! $errors->first('telefono') !!} @else {!! " " !!} @endif
@if($errors->has('sexo')) {!! $errors->first('sexo') !!} @else {!! " " !!} @endif
{!!Form::file('fotografia',array('class' => 'form-control','id' => 'fotografia'))!!}
@if($errors->has('fotografía')) {!! $errors->first('fotografía') !!} @else {!! " " !!} @endif
{!!Form::file('doc_tit_pregrado',array('class' => 'form-control','id' => 'doc_tit_pregrado'))!!}
@if($errors->has('copia digital del titulo de pregrado')) {!! $errors->first('copia digital del titulo de pregrado') !!} @else {!! " " !!} @endif
{!!Form::file('doc_tit_postgrado',array('class' => 'form-control','id' => 'doc_tit_postgrado'))!!}
@if($errors->has('copia digital del titulo de postgrado')) {!! $errors->first('copia digital del titulo de postgrado') !!} @else {!! " " !!} @endif
{!!Form::file('resumen_curricular',array('class' => 'form-control','id' => 'resumen_curricular'))!!}
@if($errors->has('resumen curricular')) {!! $errors->first('resumen curricular') !!} @else {!! " " !!} @endif
Datos Académicos
{!! Form::text('tit_pre', NULL, $attributes = array('class' => 'form-control mayuscula', 'id'=>'tip_pre'))!!}
@if($errors->has('titulo de pregrado')) {!! $errors->first('titulo de pregrado') !!} @else {!! " " !!} @endif
{!! Form::text('ano_pregrado', NULL , $attributes = array('class' => 'form-control', 'id'=>'ano_pregrado','readOnly'=>'readOnly'))!!}
@if($errors->has('año pregrado')) {!! $errors->first('año pregrado') !!} @else {!! " " !!} @endif
{!! Form::text('tit_pre_2', NULL, $attributes = array('class' => 'form-control mayuscula', 'id'=>'tip_pre_2'))!!}
@if($errors->has('titulo de pregrado 2')) {!! $errors->first('titulo de pregrado 2') !!} @else {!! " " !!} @endif
{!! Form::text('ano_pregrado_2', NULL , $attributes = array('class' => 'form-control', 'id'=>'ano_pregrado_2','readOnly'=>'readOnly'))!!}
@if($errors->has('año pregrado 2')) {!! $errors->first('año pregrado 2') !!} @else {!! " " !!} @endif
{!! Form::text('tit_pre_3', NULL, $attributes = array('class' => 'form-control mayuscula', 'id'=>'tip_pre_3'))!!}
@if($errors->has('titulo de pregrado 3')) {!! $errors->first('titulo de pregrado 3') !!} @else {!! " " !!} @endif
{!! Form::text('ano_pregrado_3', NULL , $attributes = array('class' => 'form-control', 'id'=>'ano_pregrado_3','readOnly'=>'readOnly'))!!}
@if($errors->has('año pregrado 3')) {!! $errors->first('año pregrado 3') !!} @else {!! " " !!} @endif
{!! Form::text('tit_post', NULL, $attributes = array('class' => 'form-control mayuscula', 'id'=>'tit_post'))!!}
@if($errors->has('titulo de postgrado')) {!! $errors->first('titulo de postgrado') !!} @else {!! " " !!} @endif
{!! Form::text('ano_postgrado', NULL , $attributes = array('class' => 'form-control', 'id'=>'ano_postgrado','readOnly'=>'readOnly'))!!}
@if($errors->has('año postgrado')) {!! $errors->first('año postgrado') !!} @else {!! " " !!} @endif
{!! Form::text('tit_post_2', NULL, $attributes = array('class' => 'form-control mayuscula', 'id'=>'tit_post_2'))!!}
@if($errors->has('titulo de postgrado 2')) {!! $errors->first('titulo de postgrado 2') !!} @else {!! " " !!} @endif
{!! Form::text('ano_postgrado_2', NULL , $attributes = array('class' => 'form-control', 'id'=>'ano_postgrado_2','readOnly'=>'readOnly'))!!}
@if($errors->has('año postgrado 2')) {!! $errors->first('año postgrado 2') !!} @else {!! " " !!} @endif
{!! Form::text('tit_post_3', NULL, $attributes = array('class' => 'form-control mayuscula', 'id'=>'tit_post_3'))!!}
@if($errors->has('titulo de postgrado 3')) {!! $errors->first('titulo de postgrado 3') !!} @else {!! " " !!} @endif
{!! Form::text('ano_postgrado_3', NULL , $attributes = array('class' => 'form-control', 'id'=>'ano_postgrado_3','readOnly'=>'readOnly'))!!}
@if($errors->has('año postgrado 3')) {!! $errors->first('año postgrado 3') !!} @else {!! " " !!} @endif
{!! 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') !!} @stop