@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') }}
@endif @if ($table->hasFilters()) @endif
@section('main-table') {!! $dataTable->table(compact('id', 'class'), false) !!} @show
@include('core/table::modal') @push('footer') {!! $dataTable->scripts() !!} @endpush