@php $updateLeaveQuotaPermission = user()->permission('update_leaves_quota'); @endphp
@if ($updateLeaveQuotaPermission == 'all')
@lang('modules.leaves.leaveType') @lang('modules.leaves.noOfLeaves') @lang('app.action') @foreach ($employeeLeavesQuotas as $key => $leaveType) @endforeach
@lang('app.cancel')
@endif
@include('employees.leaves_quota')