@if ($table->isHasFilter())
has('filter_table_id')) style="display: block;" @endif> {!! $table->renderFilter() !!}
@endif
@if ($actions)
{{ trans('core/table::table.bulk_actions') }}
@endif @if ($table->isHasFilter()) @endif
@section('main-table') {!! $dataTable->table(compact('id', 'class'), false) !!} @show
@include('core/table::modal') @push('footer') {!! $dataTable->scripts() !!} @endpush