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