@if ($table->isHasFilter())
has('filter_table_id')) style="display: block;" @endif>
@endif
{!! $table->renderFilter() !!}
@if ($actions)
@endif
@if ($table->isHasFilter())
@endif
@section('main-table')
{!! $dataTable->table(compact('id', 'class'), false) !!}
@show