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