@if (count($students) > 0)

@foreach ($students as $key=>$student) @endforeach
Estudiante
Modalidad
{{$student->last_name_std.' '.$student->first_name_std}}
@else
No hay estudiantes registrados para este nivel.
@endif {{ HTML::style('css/common/feature-table.css') }} {{ HTML::script('js/common/feature-table.js') }}