@extends('layouts.app',['path'=>'department']) @section('title', 'Edit Department - HRMS') @section('content') @can('departments.update')
@include('partials.new_alerts')
Edit Department
@csrf
@can('departments.update') @endcan
@endcan @endsection @push('scripts') @endpush