@extends('layouts.app') @section('title', 'Add Department') @section('content')

Add Department

@include('partials.alerts')
@csrf @include('departments.partials.form')
@endsection