{!! Form::open(['url' => '/admin/products/comparison/search']) !!}
{!! Form::hidden('check_item_type', 1, ['id' => 'check_item_type']) !!}
{!! Form::label('INV Code') !!}
{!! Form::text('product_code_inv', null, ['class' => 'form-control', 'placeholder' => 'INV Code', 'id' => 'product_code_inv']) !!}
{!! Form::label('Item Type') !!}
{!! Form::select('item_type_id', $item_types, null, ['placeholder' => 'Select item type', 'class'=> 'form-control', 'id' => 'item_type_id']) !!}
{!! Form::close() !!}