@foreach([
['Super Admin','Navigate','Activity Log','', '', 'SUCCESS','INFO',''],
['','', '', 'Security: Patch Applied','Super Admin Hano Server','SUCCESS','INFO','Oct 28th, 14:15'],
['','', '', 'Security: Patch Applied','Super Admin Hano Server','SUCCESS','INFO','Oct 28th, 14:15'],
] as [$actor, $action, $target, $title, $meta, $tag1, $tag2, $time])
@if($actor)
{{ $actor }}›{{ $action }}›{{ $target }}
@endif
@if($title)
{{ $title }}
@endif
@if($meta || $time)
@if($meta)
{{ $meta }}
@endif
@if($meta && $time)
•
@endif
@if($time)
{{ $time }}
@endif
@endif
{{ $tag1 }}
{{ $tag2 }}
@endforeach