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