@if (isset($table_header))
{{ $table_header }}
@endif
@if (isset($bulkactions))
{{ $bulkactions }}
@endif
{{-- Render slots unconditionally — ComponentSlot::isEmpty()
materializes the slot to inspect it, doubling every DB call
inside (asset/model counts, presenter dataTableLayout, etc.).
`isset($content)` is fine because it's a named slot check that
doesn't render anything. --}}
@isset($content)
{{ $content }}
@endisset
{{ $slot }}