{{ Form::label(__('lbl.mpgiftcardamount')) }} {{ Form::text('mpgiftcardamount', 0, ["class"=>"form-control mxlen_5","onkeypress"=>"return validateFloatKeyPress(this,event);","placeholder"=>__('lbl.mpgiftcardamount'),"id"=>"mpgiftcardamount"]) }}
{{ Form::label(__('lbl.qty')) }} {{ Form::text('mpquantity', 1, ["class"=>"form-control mxlen_5","onkeypress"=>"return validateFloatKeyPress(this,event);","placeholder"=>__('lbl.mpquantity'),"id"=>"mpquantity"]) }}
{{ Form::label(__('lbl.mpmealplantype')) }} {{ Form::select('mpmealplantype', $mealplantype, '',["class"=>"form-control select2","id"=>"mpmealplantype"]) }}
{{ Form::label(__('lbl.mppurchasecounter').' ('.__('lbl.mpmealplantype').')')}} {{ Form::text('mppurchasecounter', 1, ["class"=>"form-control mxlen_5","onkeypress"=>"return validateFloatKeyPress(this,event);","placeholder"=>__('lbl.mppurchasecounter'),"id"=>"mppurchasecounter"]) }}
{{ Form::label(__('lbl.planexpirydays'))}} {{ Form::number('mpplanexpirydays', 0, ["class"=>"form-control","placeholder"=>__('lbl.planexpirydays'),"id"=>"mpplanexpirydays"]) }}
{{ Form::label(__('lbl.mpplanexpireddate')) }} {{ Form::text('mpplanexpireddate', "", ["class"=>"form-control","readonly","placeholder"=>__('lbl.mpplanexpireddate'),"id"=>"mpplanexpireddate"]) }}