@php $manageAppreciationTypePermission = user()->permission('manage_award'); @endphp

@lang('modules.appreciations.editAppreciation')

@if($manageAppreciationTypePermission == 'all') @endif
@foreach ($employees as $employee) @endforeach
{!! $appreciation->summary !!}
@lang('app.save') @lang('app.cancel')