{{ Form::label( __('lbl.discount_name') ) }} {{ Form::text('discount_name', '', ["class"=>"form-control mxlen_100","placeholder"=>__('lbl.discount_name'),"id"=>"discount_name"]) }}
{{ Form::label(__('lbl.order_type')) }} {{ Form::select('order_type_id', !empty($ordertype)?$ordertype:[], null,["class"=>"form-control","id"=>"order_type_id"]) }}
{{ Form::label(__('lbl.price_tier')) }} {{ Form::select('price_tier_id', !empty($pricestype)?$pricestype:[], null,["class"=>"form-control","id"=>"price_tier_id"]) }}
{{ Form::label( __('lbl.discount_function') ) }} {{ Form::select('discount_function', config('constants.discount_function'),'',["class"=>"form-control","id"=>"discount_function"]) }}
{{ Form::label( __('lbl.stacked_discount_type') ) }} {{ Form::select('stacked_discount_type', config('constants.stacked_discount_type'),'',["class"=>"form-control","id"=>"stacked_discount_type"]) }}
{{ Form::label( __('lbl.how_often_to_apply') ) }}
{{ Form::select('how_often_to_apply', config('constants.how_often_to_apply'),'',["class"=>"form-control","id"=>"how_often_to_apply"]) }}
{{ Form::label( __('lbl.discount_amount') ) }} {{ Form::number('discount_amount', '', ["class"=>"form-control mxlen_15","placeholder"=>__('lbl.discount_amount'),"id"=>"discount_amount"]) }}
{{ Form::label( __('lbl.qualification_type') ) }}
{{ Form::select('qualification_type', config('constants.qualification_type'), "", ["class"=>"form-control","id"=>"qualification_type"]) }}
{{ Form::label( __('lbl.display_name') ) }}
{{ Form::text('display_name', '', ["class"=>"form-control mxlen_100","placeholder"=>__('lbl.display_name'),"id"=>"display_name"]) }}
{{ Form::label( __('lbl.discount_type') ) }}
{{ Form::select('discount_type', config('constants.discount_type'),'',["class"=>"form-control","id"=>"discount_type"]) }}
{{ Form::label( __('lbl.duration') ) }}
{{ Form::text('duration', '',["class"=>"form-control reservationtime","placeholder"=>__('lbl.duration'),"id"=>"duration"]) }}
{{ Form::label( __('lbl.establishment_select') ) }}
{{ Form::select('establishments[]', $establishments, '',["class"=>"form-control select2","tabindex"=>"-1", "multiple"=>"multiple", "aria-hidden"=>"true","id"=>"establishments"]) }}
{{ Form::number('loyaltyPoints', '',["class"=>"form-control ","placeholder"=>'Loyalty Points',"id"=>"loyaltyPoints"]) }}
{{ Form::label( __('lbl.qualifiying_items') ) }}
{{ Form::select('qualifiying_items', config('constants.qualifiying_items'), 'Product', ["class"=>"form-control","id"=>"qualifiying_items"]) }}