@extends('layouts.admin.adminlayout') @section('header_scripts') @stop @section('content')
{{ getPhrase('subject')}} {{ getPhrase('topic')}} {{ getPhrase('type')}} {{ getPhrase('question')}} {{ getPhrase('marks')}} {{ getPhrase('difficulty')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>URL_QUESTIONBANK_GETQUESTION_LIST.$subject->slug, 'route_as_url' => 'TRUE')) @include('common.deletescript', array('route'=>URL_QUESTIONBANK_DELETE)) @stop