@extends('dashboard.layouts.master') @section('title') Edit department @stop @section('css') @endsection @section('page-header') @endsection @section('content')
@method('patch') @csrf
@endsection @section('js') @endsection