芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/employees/ajax/leaves_quota.blade.php
@php $updateLeaveQuotaPermission = user()->permission('update_leaves_quota'); @endphp
@if ($updateLeaveQuotaPermission == 'all')
@lang('app.manage')
@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')