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