@forelse ($students as $student) @empty @endforelse
NOMBRE OBSERVACIONES
{{ Form::textarea('student_comments[]', $student->comment_yrc, array('size' => '60x3','class' => 'commentPeriod','value'=>$student->comment_yrc)) }} {{Form::textarea('student_serials[]',$student->serial_std,array('value'=>$student->serial_std,'hidden'))}}
@if(sizeof($students)>0) @endif
{{ HTML::style('css/common/feature-table.css') }} {{ HTML::script('js/common/feature-table.js') }}