@extends('layouts.app') @section('title') Departments @endsection @section('content')
@include('flash::message')
@include('departments.table')
@include('departments.modal') @include('departments.edit_modal')
@endsection @section('scripts') @endsection