@if(count($students))

Lista de estudiantes: {{$level->name_lvl." ".$class_group->name_clg}}


@foreach($students as $itemStd) @endforeach
Seleccione
Estudiante
student->first_name_std}}"> {{$itemStd->student->last_name_std." ".$itemStd->student->first_name_std}}
@else

No hay estudiantes para migrar

@endif
{{ HTML::script('js/migrationGrades/loads/listStudentToMigrate.js') }} {{ HTML::style('css/common/eyelash.css') }}