@extends($layout)
@section('header_scripts')
@stop
@section('content')
{{ $title.' '.getPhrase('of').' '.$user->name }}
{{ getPhrase('title')}} |
{{ getPhrase('type')}} |
{{ getPhrase('duration')}} |
{{ getPhrase('marks')}} |
{{ getPhrase('attempts')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>URL_STUDENT_EXAM_ANALYSIS_BYEXAM.$user->slug, 'route_as_url' => 'TRUE'))
@include('common.chart', array($chart_data,'ids' => array('myChart1' )));
@stop