{!! Form::open(['action' => 'AuctionObjects\AuctionObjectsOverviewController@index', 'class' => 'form-horizontal', 'id' => 'filterAuctionObjectForm', 'method' => 'get', 'role' => 'form', 'files' => true]) !!}
{!! Form::close() !!}
{{$dataTable->table(['id' => 'data-table-auction-object'])}}