{{ HTML::image('img/loading.gif','',array('class' => 'loading')) }}
{{ Form::hidden('serial_crs',$students[0]->serial_crs,array('id'=>'serial_crs')) }}
@forelse($students as $student) @empty @endforelse
Nombre Evaluación
{{ $student->last_name_std . ' ' . $student->first_name_std}} {{ Form::select('results',$selectResultsArray,$result,array('class'=>'form-control results', 'serial_std'=>$student->serial_std)) }}
No existen resultados