@php /** @var Botble\Table\Abstracts\TableAbstract $table */ @endphp
@if ($table->hasFilters()) !$table->isFiltering(), 'display: block' => $table->isFiltering()]) > {!! $table->renderFilter() !!} @endif $table->hasBulkActions(), 'has-filter' => $table->hasFilters(), ])>
@if ($table->hasBulkActions()) @foreach ($table->getBulkActions() as $action) {!! $action !!} @endforeach @endif @if ($table->hasFilters()) {{ trans('core/table::table.filters') }} @endif
$table->hasBulkActions(), 'table-has-filter' => $table->hasFilters(), ])> @section('main-table') {!! $dataTable->table(compact('id', 'class'), false) !!} @show
@push('footer') @include('core/table::modal') {!! $dataTable->scripts() !!} @endpush