@extends('layouts.admin.adminlayout') @section('header_scripts') @stop @section('content')
@if(checkRole('owner')) @endif
{{ getPhrase('branch')}}{{ getPhrase('title')}} {{ getPhrase('image')}} {{ getPhrase('is_paid')}} {{ getPhrase('cost')}} {{ getPhrase('validity')}} {{ getPhrase('total_exams')}} {{ getPhrase('total_questions')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>URL_EXAM_SERIES_AJAXLIST, 'route_as_url' => TRUE)) @include('common.deletescript', array('route'=>URL_EXAM_SERIES_DELETE)) @stop