Does your business practice CDC recommended waste disposal procedures?
Our Services:
- collect and dispose of your disposable masks and personal protective equipment
- replace and refill personal protective equipment
- service provided on a daily, weekly, or bi-monthly basis

https://www.paypal.com/sdk/js?client-id=AT8voFXBjXoVl9In4gzCrj4rBAV3SrFLYfyrWIiAc5Q88AcFdjS1KfK0uaiJlns6oGsJ-xfkzGHmcLNV&vault=true
paypal.Buttons({
style: {
shape: ‘rect’,
color: ‘gold’,
layout: ‘vertical’,
label: ‘subscribe’,
},
createSubscription: function(data, actions) {
return actions.subscription.create({
‘plan_id’: ‘P-7T040325S6823763WL4XW6HI’
});
},
onApprove: function(data, actions) {
alert(data.subscriptionID);
}
}).render(‘#paypal-button-container’);