@extends('layouts.admin.adminlayout') @section('header_scripts') @stop @section('content')
@if(checkRole('owner')) @endif
{{ getPhrase('branch')}}{{ getPhrase('id')}} {{ getPhrase('subject')}} {{ getPhrase('code')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=> URL_QUESTIONBANK_GETLIST, 'route_as_url' => 'TRUE')) @include('common.deletescript', array('route'=> URL_QUESTIONBANK_DELETE)) @stop