@extends('layouts.app') @section('title') Create Department @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @include('department.partials.form')
@endsection