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

Create Department

@csrf @include('admin.departments.form', ['department' => null]) Cancel
@endsection