@extends('layouts.app',['path'=>'allowanceType.index']) @section('title', 'Edit Allowance Type - HRMS') @section('content') @can('allowance.update')
@include('partials.new_alerts')
Edit Allowance Type
@csrf
@can('allowance.update') @endcan
{{-- @can('logs.read')
History
Loading...
@endcan --}}
@endcan @endsection @push('scripts') @endpush