@forelse ($rows as $r)
{{ $r['when'] }}
{{ $r['date'] }}
{!! $r['iconHtml'] !!}
{{ $r['actionLabel'] }}
{{ $r['action'] }}
{{ $r['categoryLabel'] }}
{{ $r['actorInitials'] }} {{ $r['actorName'] }}
{{ $r['subject'] }} {{ $r['ip'] }} @empty @include('user.partials.empty-state', [ 'message' => 'No activity matches the current filters. Try widening the date range or clearing search.', 'resetHref' => url('/activity-log'), ]) @endforelse