request()->has('product_id')]) id="collapseExample2">
{{ html()->form('GET')->id('filter-form')->open() }}
{{ html()->select('product_id', $productOptions, request('product_id'))->placeholder('By Product')->value(request('product_id'))->class('form-control select2') }}
{{ html()->form()->close() }}