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