@extends('layout.sidebar') @section('content') {{ HTML::script('js/employeeSection/section_employee.js') }}

Asignación de Directores y Asistentes en las Secciones

{{ Form::open(array('url' => 'employeeSection/createsection', 'method' => 'POST')) }}


{{Form::select('select_year',$combobox2,$selected2,array('class'=>'js-example-responsive','id'=>'select_year','style'=>'width: 100%'))}}

{{ Form::close()}}
@stop