@extends('layouts.main') @section('title') Department: Create @endsection @section('content')
@csrf @include('department.partials.form')
 Cancel
@endsection