@php $actions = $getActions(); @endphp
@foreach ($actions as $action) @if (!$action->isHidden()) {{ $action }} @endif @endforeach