{{--
Activity Timeline Widget
Props:
$activities – array of { user, action, target?, time, icon?, color? }
$title – widget title
$limit – max items to show (0 = all)
Usage:
{{ $activity['user'] ?? 'System' }} {{ $activity['action'] ?? '' }} @if(isset($activity['target'])) {{ $activity['target'] }} @endif
{{ $activity['time'] ?? '' }}