@if (count($students) > 0)

@foreach ($students as $key=>$student) @endforeach
{{ Form::checkbox('btSelectAll', 'all', true, array('id' => 'btSelectAll')) }}
Estudiante
{{ Form::checkbox('chkStudents[]', $student['id'], true, array('class' => 'chkStudents')) }}
{{$student['name']}}
@else
No hay estudiantes registrados para este nivel.
@endif {{ HTML::style('css/common/feature-table.css') }} {{ HTML::script('js/common/feature-table.js') }}