@extends('layouts.app')
@section('title')
{{ __('messages.roles') }}
@endsection
@section('page_css')
@endsection
@section('content')
@include('flash::message')
@include('departments.table')
@include('departments.add_modal')
@include('departments.edit_modal')
@include('departments.templates.templates')
@endsection
@section('page_scripts')
{{-- Both JS need for load datatble --}}
@endsection
@section('scripts')
@endsection