@extends('layouts.admin.adminlayout') @section('header_scripts') @stop @section('content')
@if(checkRole('owner')) @endif
{{ getPhrase('branch')}}{{ getPhrase('category')}} {{ getPhrase('image')}} {{ getPhrase('description')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>'quizcategories.dataTable')) @include('common.deletescript', array('route'=>URL_QUIZ_CATEGORY_DELETE)) @stop