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