@extends('layouts.master') @section('title', __('index.edit_department')) @section('button') @endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.department.common.breadcrumb',['title'=>__('index.edit')])
@method('PUT') @csrf @include('admin.department.common.form')
@endsection