@extends('layouts.master') @section('css') {!! Html::style('css/jquery_ui.css')!!} {!! Html::style('css/datepicker.css')!!} @stop @section('content') @if(Session::has('message_error_actualizar'))
{!! Session::get('message_error_actualizar') !!}
@endif @if(Session::has('message_success_actualizar'))
{!! Session::get('message_success_actualizar') !!}
@endif
{!! Form::open(array('url'=>'facilitadores/actualizarfacilitador','class'=>'formulario', 'file' => true, 'enctype' =>'multipart/form-data')) !!}{!! csrf_field() !!}
{!! Form::text('cedula',$facilitadores->id, $attributes = array('class' => 'form-control mayuscula','id'=>'cedula','placeholder'=>'123456'))!!} {!! Form::hidden('cedulav',$facilitadores->id) !!}
@if($errors->has('cedula')) {!! $errors->first('cedula') !!} @else {!! " " !!} @endif
{!! Form::text('nombre', $facilitadores->nombres , $attributes = array('class' => 'form-control mayuscula', 'id'=>'nombre'))!!}
@if($errors->has('nombre')) {!! $errors->first('nombre') !!} @else {!! " " !!} @endif
{!! Form::text('apellido',$facilitadores->apellidos , $attributes = array('class' => 'form-control mayuscula', 'id'=>'apellido'))!!}
@if($errors->has('apellido')) {!! $errors->first('apellido') !!} @else {!! " " !!} @endif
{!! Form::text('correo', $facilitadores->correo, $attributes = array('class' => 'form-control', 'id'=>'correo'))!!}
@if($errors->has('correo')) {!! $errors->first('correo') !!} @else {!! " " !!} @endif
{!! Form::text('telefono', $facilitadores->telefono, $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
@if($doc_tit_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
@if($doc_tit_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
@if($resumen_curricular == '#') @else @endif
Datos Académicos
{!! Form::text('tit_pre', $facilitadores->tit_pregrado, $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', $facilitadores->ano_tit_pregrado , $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', $facilitadores->tit_pregrado_2, $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', $facilitadores->ano_tit_pregrado_2 , $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', $facilitadores->tit_pregrado_3, $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', $facilitadores->ano_tit_pregrado_3 , $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', $facilitadores->tit_postgrado, $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', $facilitadores->ano_tit_postgrado , $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', $facilitadores->tit_postgrado_2, $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', $facilitadores->ano_tit_postgrado_2 , $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', $facilitadores->tit_postgrado_3, $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', $facilitadores->ano_tit_postgrado_3 , $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