* Sección:
{{ Form::select('serial_set', $sections, '', array('class' => 'form-control', 'id' => 'serial_set')) }}
* Nivel:
{{ Form::select('serial_lvl', array('' => 'Seleccione'), '', array('class' => 'form-control', 'id' => 'serial_lvl')) }}
* Hora:
{{ Form::select('hours', array('' => 'Seleccione'), '', array('class' => 'form-control', 'id' => 'hours')) }}
* Tipo de faltas:
{{ Form::select('typeAttendance', array('' => 'Seleccione'), '', array('class' => 'form-control','multiple'=>'multiple', 'name' => 'typeAttendance[]', 'id' => 'typeAttendance')) }}