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