@extends($layout) @section('header_scripts') @stop @section('content')

{{ $title.' '.getPhrase('of').' '.$user->name }}

@if($course_type == 'gpa') @else @endif
{{ getPhrase('title')}} {{ getPhrase('type')}}GPA{{ getPhrase('marks')}}{{ getPhrase('result')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @if(!$exam_record) @include('common.datatables', array('route'=>URL_STUDENT_EXAM_GETATTEMPTS.$user->slug, 'route_as_url' => 'TRUE')) @else @include('common.datatables', array('route'=>URL_STUDENT_EXAM_GETATTEMPTS.$user->slug.'/'.$exam_record->slug, 'route_as_url' => 'TRUE')) @endif @include('common.chart', array($chart_data,'ids' => array('myChart1'))); @stop