@foreach($students as $uStudent)
@foreach($uStudent as $student)
{{$student->last_name_std}} {{$student->first_name_std}}
{{$student->last_name_std}} {{$student->first_name_std}}
{{$student->code_std}}
@endforeach
@endforeach {{ HTML::script('js/studentPictures/loads/students.js') }}