@foreach($actions as $index => $action) @endforeach

History

{{ $index + 1 }}. {{ sprintf("%s %s by %s", $action['created_at'], $action['action_label'], data_get($action, 'created_by.name')) }}
More...