@if($students && count($students)>0)


@foreach($students as $item) @endforeach
Estudiante Nivel Anular Retiro
{{$item->last_name_std." ".$item->first_name_std}} {{$item->name_lvl}}
@else {{"No hay estudiantes retirados"}} @endif
{{ HTML::style('css/common/feature-table.css') }} {{ HTML::script('js/common/feature-table.js') }} {{ HTML::script('js/reEntryStudentSchoolYear/students.js') }}