芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/appreciations/ajax/create.blade.php
@php $manageAppreciationTypePermission = user()->permission('manage_award'); @endphp
@lang('app.add') @lang('modules.appreciations.appreciation')
--
@foreach ($appreciationTypes as $appreciationType)
{{ mb_ucwords($appreciationType->title) }}
@endforeach
@if($manageAppreciationTypePermission == 'all')
@lang('app.add')
@endif
--
@foreach ($employees as $employee)
@endforeach
</textarea>
@lang('app.save')
@lang('app.cancel')