@extends('layouts.content') @section('body_content')
List Sub Department
@include('partials.alert')
@include('sub_departments.modals.add_new_sub_department') @include('sub_departments.modals.delete_sub_department_modal') @include('sub_departments.modals.edit_sub_department_modal') @endsection