@if (count($bulkActions)) @endif @foreach($columns as $column) @if ($column->isVisible()) @if ($column->isBlank()) @else @endif @endif @endforeach @include('livewire-tables::bootstrap-5.includes.bulk-select-row') @forelse ($rows as $index => $row) @if (count($bulkActions)) @endif @include($rowView, ['row' => $row]) @empty @lang($emptyMessage) @endforelse