{{ Form::label(__('lbl.product_price_tire')) }} {{ Form::select('product_price_tires', $product_price_tires, $ppo->prices_id,['class'=>'form-control','id'=>'product_price_tires',"name"=>"product_price_tires[]"]) }} @if ($errors->has('product_price_tires'))
@endif
{{ Form::label(__('lbl.product_price')) }} {{ Form::text('product_price_custome', $ppo->product_price_custome, ["class"=>"form-control mxlen_8 numer_only","onkeypress"=>"return validateFloatKeyPress(this,event);","placeholder"=>__('lbl.product_price'),"id"=>"product_price_custome","name"=>"product_price_custome[]"])
}} @if ($errors->has('product_price_custome'))
@endif