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