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