Recent activity

@if($activities->isEmpty())

No recent profile activity available.

Actions like profile updates and password changes will appear here.

@else
@foreach($activities as $entry) @endforeach
Action Details When
{{ str_replace('_', ' ', $entry->action) }} {{ $entry->description }} {{ $entry->created_at?->format('d M Y H:i') }}
@endif