@extends('layouts.app') @section('title', 'New Department') @section('header', 'New Department') @section('content')
@csrf @include('departments._form', ['submitLabel' => 'Create Department'])
@endsection