@extends('layouts.student.studentlayout')
@section('header_scripts')
@stop
@section('content')
{{ $title.' '.getPhrase('quiz') }}
{{ getPhrase('title')}} |
{{ getPhrase('dueration')}} |
{{ getPhrase('category')}} |
{{ getPhrase('type')}} |
{{ getPhrase('total_marks')}} |
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>'/exams/student/quiz/getList/'.$category->slug, 'route_as_url' => TRUE))
@include('common.deletescript', array('route'=>'/exams/quiz/delete/'))
@stop