@if($table->hasExports() || $table->hasBulkActions())
@include('splade::table.bulk-actions-exports')
@endif
@if($table->hasFilters())
@include('splade::table.filters')
@endif
@if($table->searchInputs('global'))
@include('splade::table.global-search')
@endif
@if($table->hasToggleableSearchInputs())
@include('splade::table.add-search-row')
@endif
@if($table->hasToggleableColumns())
@include('splade::table.columns')
@endif