@extends($layout) @section('content')
{!! Form::open(array('url' => URL_PRINT_STUDENT_ONLINE_MARKS, 'method' => 'POST', 'name'=>'htmlform ','target'=>'_blank', 'id'=>'htmlform', 'novalidate'=>'')) !!}

{{getPhrase('select_details')}}

@include('common.year-selection-view', array('class'=>'custom-row-6'))


@{{course_title}}

{{getPhrase('name')}} {{getPhrase('roll_no')}} @{{subject.subject_code}} (@{{subject.total_marks}}) Score
@{{student.name}} @{{student.roll_no}} @{{marks_record.score.marks_obtained}}
@{{student.average}}%
@{{student.grade_points}} GPA (@{{student.grade}} {{getPhrase('grade')}})
{{getPhrase('no_data_available')}}

{{getPhrase('print_consolidate_report')}} {!! Form::close() !!}
@stop @section('footer_scripts') @include('onlinemarks.scripts.js-script') @stop