@extends('layouts.content') @section('body_content')
List Department
@include('partials.alert')
@include('departments.modals.add_new_department') @include('departments.modals.delete_department_modal') @include('departments.modals.edit_department_modal') @endsection