@if(count($activity) > 0)
{{ trans('entities.recent_activity') }}
@include('common.activity-list', ['activity' => $activity])
@endif