{{ __("DELIVERY") }} #{{ $delivery_count }}
{!! $activity->user->getUserAvatar('text') !!}
@if(auth()->id() == $activity->user_id) {{ __("Me") }} @else {{ $activity->user->getDisplayName() }} @endif
{!! @clean($activity->content) !!} @include('Gig::frontend.elements.attachments')