{{ __('Item selected') }}
{{ __('Items selected') }}
@foreach($table->getBulkActions() as $bulkAction)
@endforeach
@if($table->hasExports() && $table->hasBulkActions())
@endif
@if($table->hasExports())
{{ __('Export results') }}
@endif
@foreach($table->getExports() as $export)
{{ $export->label }}
@endforeach