@php $actionController = new \PowerComponents\LivewirePowerGrid\Components\Actions\ActionsController($this, collect()); $headers = $this->header(); $actions = $actionController->execute($headers); @endphp
@if (filled($actions))
@foreach ($actions as $action)
{!! $action !!}
@endforeach
@endif