2 {{--Requires an Activity item with the name $activity passed in--}}
6 <img class="avatar" src="{{ $activity->user->getAvatar(30) }}" alt="{{ $activity->user->name }}">
12 <a href="{{ $activity->user->getProfileUrl() }}">{{ $activity->user->name }}</a>
14 {{ trans('common.deleted_user') }}
17 {{ $activity->getText() }}
19 @if($activity->entity && is_null($activity->entity->deleted_at))
20 <a href="{{ $activity->entity->getUrl() }}">{{ $activity->entity->name }}</a>
23 @if($activity->entity && !is_null($activity->entity->deleted_at))
24 "{{ $activity->entity->name }}"
29 <span class="text-muted"><small>@icon('time'){{ $activity->created_at->diffForHumans() }}</small></span>