{{ _t('index.recent_activities') }} {{ _t('index.showing_last_10') }}
@forelse($activities as $history)
@if($history->user_id)
@endif {{ $history->created_at->format('H:i A') }}
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