@php $actionController = new \PowerComponents\LivewirePowerGrid\Components\Actions\ActionsController($this, collect()); $headers = $this->header(); $actions = $actionController->execute($headers); @endphp
@foreach ($actions as $action)
$loop->last, 'btn-group'])> {!! $action !!}
@endforeach