@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')
{{ Form::hidden('departmentCreateUrl', route('departments.store'), ['id' => 'indexDepartmentCreateUrl']) }}
{{ Form::hidden('departmentUrl', route('departments.index'), ['id' => 'indexDepartmentUrl']) }}
@endsection
{{-- --}}
{{-- --}}