{{ __('lbl.price_options') }}

{{ Form::label(__('lbl.product_price_apply')) }} {{ Form::text('product_price_time_period[]', '',["class"=>"form-control reservationtime mxlen_23","placeholder"=>__('product.product_price_apply'),"id"=>"reservationtime"]) }}
{{ Form::label(__('lbl.product_price_tire')) }} {{ Form::select('product_price_tires[]', ($product_price_tires)?$product_price_tires:[], '',['class'=>'form-control','id'=>'product_price_tires']) }}
{{ Form::label(__('lbl.product_price')) }} {{ Form::text('product_price_custome[]', '', ["class"=>"form-control mxlen_8 numer_only","onkeypress"=>"return validateFloatKeyPress(this,event);","placeholder"=>__('lbl.product_price'),"id"=>"product_price_custome"]) }}
{{ Form::label(__('lbl.action')) }}
{{ Form::button(' ', ["class"=>"remove_dataitem btn btn-sm btn-primary clickbtncommon btn-sm ","id"=>"remove_item","name"=>"remove_item[]"]) }}