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

Asignación de Empleados a Secciones

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


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

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