@forelse($activities as $history)
activity->color) style="border-color: {{ $history->activity->color }}" @endif>
{{ str_replace('%user%', $history->user->username, $history->activity->description[currentLocal()]) }}
{{ $history->created_at->format('D Y H:i A') }}
({{ $history->created_at->diffForHumans() }})
@empty
{{ _t('index.there_are_no_activities') }}
@endforelse