@extends($layout)
@section('header_scripts')
@stop
@section('content')
@if(checkRole('owner'))
{{ getPhrase('branch')}} |
@endif
{{ getPhrase('category_name')}} |
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>'offlinequizcategories.dataTable'))
@include('common.deletescript', array('route'=>URL_OFFLINEEXMAS_QUIZ_CATEGORIES_DELETE))
@stop