@if (in_array('appreciation', $activeWidgets))
@forelse ($appreciations as $appreciation)
@if(isset($appreciation->award->awardIcon->icon)) @endif @if(isset($appreciation->award))
{{ mb_ucwords($appreciation->award->title) }}
{{ $appreciation->award_date->format($company->date_format) }}
@endif
@empty @endforelse
@endif