{{ $activity->module_label }}
{{ $activity->action_label }}
@if(!empty($activity->reference))
{{ $activity->reference }}
@endif
{{ $activity->summary }}
{{ $activity->relative_at }}
· {{ $activity->formatted_at }}
@if($activity->ip)
· {{ $activity->ip }}
@endif
@if(!empty($activity->change_lines))
@foreach($activity->change_lines as $line)
@endforeach
{{ $line['field'] }}
@if($line['from'] !== null && $line['to'] !== null)
{{ $line['from'] }}
→
{{ $line['to'] }}
@elseif($line['to'] !== null)
{{ $line['to'] }}
@else
{{ $line['from'] }}
@endif