@extends('layouts.admin.adminlayout')
@section('header_scripts')
@stop
@section('content')
@if(checkRole('owner'))
{{ getPhrase('branch')}} |
@endif
{{ getPhrase('id')}} |
{{ getPhrase('subject')}} |
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>'coscholastic_subjects.dataTable'))
@include('common.deletescript', array('route'=>URL_COSCHOLASTICSUBJECT_DELETE))
@stop