@inject('helperClass', 'PowerComponents\LivewirePowerGrid\Helpers\Helpers') @if (filled($headers) > 0)
@foreach ($headers as $action)
@includeWhen($action->can, 'livewire-powergrid::components.actions-header', [ 'action' => $action, ])
@endforeach
@endif