@if ($reordering) @endif @if ($bulkActionsEnabled && count($bulkActions)) @endif @foreach($columns as $column) @if ($column->isVisible()) @continue($columnSelect && ! $this->isColumnSelectEnabled($column)) @if ($column->isBlank()) @else @endif @endif @endforeach @php $colspan = count($columns); if ($bulkActionsEnabled && count($bulkActions)) $colspan++; if ($reordering) $colspan++; @endphp @include('livewire-tables::bootstrap-4.includes.bulk-select-row') @forelse ($rows as $index => $row) @if ($reordering) @endif @if ($bulkActionsEnabled && count($bulkActions)) @endif @include($rowView, ['row' => $row]) @empty @lang($emptyMessage) @endforelse