{{ HTML::style('css/gradecriteria/loads/criteriaGradesByPeriod.css') }}
{{ Form::hidden('subject_detail', action('GradeCriteriaController@getLoadsubjectdetail', array()), array('id'=>'subject-detail')) }}
{{ Form::hidden('optional_subjects', action('GradeCriteriaController@getLoadoptionalsubjectsbygroup', array()), array('id'=>'optional-subjects')) }}
{{ Form::hidden('student_detail', action('GradeCriteriaController@getLoadstudentdetail', array()), array('id'=>'student-detail')) }}
{{ Form::hidden('period_grades_excel', action('GradeCriteriaController@getPeriodgradespaiexcel', array()), array('id'=>'period-grades-excel')) }}
{{ Form::open() }}
{{ Form::close() }}
Estudiantes \ Materias | @foreach ($subjects as $sbj)
{{ $sbj->name_csb }}
|
@endforeach
@foreach ($optional_groups as $lop)
@if ($lop->hasStudents)
{{ $lop->name_lop }}
|
@endif
@endforeach
---|---|---|
@foreach ($subjects as $sbj) | {{ $std->grades[$sbj->serial_sbc] }} | @endforeach @foreach ($optional_groups as $lop) @if ($lop->hasStudents){{ $std->grades[$lop->serial_lop] }} | @endif @endforeach