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

Add Department

@csrf @include('hr::departments._form', ['department' => null])
Cancel
@endsection