@extends('layouts.app',['path'=>'employee/type']) @section('title', 'Edit Employment Type - HRMS') @section('content') @can('employment_types.update')
@include('partials.new_alerts')
Edit Employment Type
@csrf
@can('employment_types.update') @endcan
@endcan @endsection @push('scripts') @endpush