@extends('layouts.app') @section('title') Edit Department @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @method('PUT') @include('department.partials.form')
@endsection