@aware(['component']) @props(['rows']) @if ($this->currentlyReorderingIsEnabled()) @endif @if ($this->bulkActionsAreEnabled() && $this->hasBulkActions()) @endif @if ($this->collapsingColumnsAreEnabled() && $this->hasCollapsedColumns()) @endif @foreach($this->getColumns() as $colIndex => $column) @continue($column->isHidden()) @continue($this->columnSelectIsEnabled() && ! $this->columnSelectIsEnabledForColumn($column)) @continue($this->currentlyReorderingIsDisabled() && $column->isReorderColumn() && $this->hideReorderColumnUnlessReorderingIsEnabled()) {{ $column->getFooterContents($rows) }} @endforeach