@extends('layouts.master') @section('css') {!! Html::style('css/jquery_ui.css')!!} {!! Html::style('css/datatable/dataTables.bootstrap.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
@csrf
{!! Form::text('docente_id', NULL , $attributes = array('class' => 'form-control', 'id'=>'docente_id'))!!}
@if($errors->has('facilitador')) {!! $errors->first('facilitador') !!} @else {!! " " !!} @endif
@endsection @section('postscript') {!! Html::script('js/jquery_ui.js') !!} {!! Html::script('js/solonumeros.js') !!} @stop