@php $manageAppreciationTypePermission = user()->permission('manage_award'); @endphp
@lang('modules.appreciations.editAppreciation')
--
@foreach ($appreciationTypes as $appreciationType)
award_id == $appreciationType->id) selected @endif data-content=" {{ $appreciationType->title }}" value="{{ $appreciationType->id }}"> {{ $appreciationType->title }} {{ $appreciationType->id }}
@endforeach
@if($manageAppreciationTypePermission == 'all')
@lang('app.add')
@endif
--
@foreach ($employees as $employee)
@endforeach
{!! $appreciation->summary !!}
@lang('app.save')
@lang('app.cancel')