@extends('layouts.admin.adminlayout') @section('header_scripts') @stop @section('content')
{{ getPhrase('title')}} {{ getPhrase('duration')}} {{ getPhrase('category')}} {{ getPhrase('is_paid')}} {{ getPhrase('total_marks')}} {{ getPhrase('exam_type')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>URL_QUIZ_GETLIST, 'route_as_url' => TRUE)) @include('common.deletescript', array('route'=>URL_QUIZ_DELETE)) @stop