@if (count($students) > 0)
{{ Form::checkbox('btSelectAll', 'all', true, array('id' => 'btSelectAll')) }}
|
Estudiante
|
---|---|
{{ Form::checkbox('chkStudents[]', $student['id'], true, array('class' => 'chkStudents')) }}
|
{{$student['name']}} |