{{ Form::label(__('lbl.game_hours')) }}
{{ Form::select('game_hours', $gameHours, '00', ["class"=>"form-control select2", "id"=>"game_hours"]) }}
{{ Form::label(__('lbl.game_minutes')) }}
{{ Form::select('game_minutes', $gameMinutes, '00', ["class"=>"form-control select2","id"=>"game_minutes"]) }}
{{ Form::label(__('lbl.style_code')) }} {{ Form::text('style_code', '', ["class"=>"form-control mxlen_30","rows"=>2,"placeholder"=>__('lbl.style_code'),"id"=>"style_code"]) }}
{{ Form::label(__('lbl.code_code')) }} {{ Form::text('code_code', '', ["class"=>"form-control mxlen_30","rows"=>2,"placeholder"=>__('lbl.code_code'),"id"=>"code_code"]) }}
{{ Form::label(__('lbl.pattern_description')) }} {{ Form::text('pattern_description', '', ["class"=>"bootstrap-tagsinput form-control","placeholder"=>"", "id"=>"pattern_description"]) }}
{{ Form::label(__('lbl.sizes')) }} {{ Form::text('sizes', '', ["class"=>"form-control mxlen_50","rows"=>10,"placeholder"=>__('lbl.sizes'),"id"=>"sizes"]) }}
{{ Form::label("product_tags", __('lbl.product_tags')) }}
{{ Form::text('product_tags', '', ["class"=>"bootstrap-tagsinput form-control","placeholder"=>"", "id"=>"product_tags"]) }}
{{ Form::label(__('lbl.product_reward')) }} {{ Form::text('product_reward', '', ["class"=>"form-control mxlen_5 numer_only","placeholder"=>__('lbl.product_reward'),"id"=>"product_reward"]) }}
{{--
{{ Form::label(__('lbl.sel_sub_category')) }} {{ Form::select('sub_cat_id', [''=>__('lbl.sel_category')], '',['class'=>'form-control searchCategory select2','id'=>'sub_cat_id']) }}
{{ Form::label(__('lbl.product_reward')) }} {{ Form::text('product_reward', '', ["class"=>"form-control mxlen_5 numer_only","placeholder"=>__('lbl.product_reward'),"id"=>"product_reward"]) }}
{{ Form::label(__('lbl.modifiers')) }} {{ Form::select('product_modifiers_id[]', $modifiers, '',["multiple"=>"multiple","class"=>"form-control select2","id"=>"product_modifiers_id"]) }}
{{ Form::label(__('lbl.crv_applied')) }} {{ Form::select('crv_applied', ['0'=>'NO','1'=>'YES'], '0',["class"=>"form-control","id"=>"crv_applied"]) }}
{{ Form::label(__('lbl.crv_amount')) }} {{ Form::text('crv_amount', '',["class"=>"form-control numer_float_only","id"=>"crv_amount"]) }}
{{ Form::label(__('lbl.clr')) }} {{ Form::text('clr', '', ["class"=>"form-control mxlen_30","rows"=>2,"placeholder"=>__('lbl.clr'),"id"=>"clr"]) }}
--}}