@extends('layouts.master') @section('title','Create Department') @section('button') Back @endsection @section('main-content') @include('admin.section.flash_message') @include('admin.department.common.breadcrumb') @csrf @include('admin.department.common.form') @endsection