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