{{-- HTML::style('css/gradecriteria/loads/criteriaSubjectDetail.css') --}} {{ Form::hidden('excel_subject', action('GradeCriteriaController@getSubjectdetailexcel', array()), array('id'=>'excel-subject')) }} {{ Form::hidden('subject_id', $subject_id, array('id'=>'subject-id')) }} {{ Form::hidden('subject_type', $subject_type, array('id'=>'subject-type')) }} {{ Form::open() }} {{ Form::close() }}
@if ($subject_project && isset($subject_properties->theme) && $subject_properties->theme) @endif @if (!$subject_project || ($subject_project && isset($subject_properties->comment) && $subject_properties->comment)) @endif {{ Form::button('Exportar a Excel', array('class' => 'btn btn-success btn-sm', 'id' => 'btnExportSubject')) }}

@if ($subject_project && isset($subject_properties->theme) && $subject_properties->theme) @endif @if ($subject_project && isset($subject_properties->oral_grade) && $subject_properties->oral_grade) @endif @if (!$subject_project || ($subject_project && isset($subject_properties->comment) && $subject_properties->comment)) @endif @foreach ($students as $student) @if ($subject_project && isset($subject_properties->theme) && $subject_properties->theme) @endif @if ($subject_project && isset($subject_properties->oral_grade) && $subject_properties->oral_grade) @endif @if (!$subject_project || ($subject_project && isset($subject_properties->comment) && $subject_properties->comment)) @endif @endforeach
Estudiantes A B C D Sumatoria Calificación FinalExposición Oral
{{ $count++ }} {{ $student->last_name_std . ' ' . $student->first_name_std }} {{ $student->paigrades->gradeA }} {{ $student->paigrades->gradeB }} {{ $student->paigrades->gradeC }} {{ $student->paigrades->gradeD }} {{ $student->paigrades->gradeTotal }} {{ $student->paigrades->gradeFinal }}{{ $student->paigrades->oral_grade }}
{{ HTML::script('js/gradecriteria/loads/criteriaSubjectDetail.js') }}