@extends('layouts.app') @section('title', 'Edit Department') @section('content')
@csrf @method('PUT')
@endsection