{{-- resources/views/departments/create.blade.php --}} @extends('layouts.app') @section('content')
Create New Department
@csrf
@endsection