{!! trans('messages.automation.timline.intro', ['count' => format_number($pagination["total"])]) !!}
Action
Export this list
Copy to a new list
Tag those contacts
@if ($timelines->count() > 0)
{{ trans('messages.automation.all_activities') }} ({{ format_number($pagination["total"]) }})
@foreach ($timelines as $key => $timeline)
@if ($timeline->subscriber->avatar)
@elseif(isSiteDemo())
@else
@endif
{{ $timeline->subscriber->getFullName() }}
{{ $timeline->activity }}
{{ $timeline->created_at->diffForHumans() }}
@endforeach
@include('helpers._pagination') @else
timeline
{{ trans('messages.automation.timeline.no_activities') }}
@endif