{!! Form::text('search_product', null, ['class' => 'form-control',
'placeholder' => __('lang_v1.search_product_to_edit'), 'id' => 'search_product']); !!}
{!! Form::open(['url' => action('ProductController@bulkUpdate'), 'method' => 'post', 'id' => 'bulk_edit_products_form' ]) !!}