If the order is delivery, a button will render to delete delivery. that button will delete the delivery relationship from the database and remove the assign deliverer from the orders list
if the order is not delivery a button will render to add delivery. that button will create a delivery relationship in the database and allow an admin to assign a deliverer
after the button is clicked, the page will reload with the opposite button
on the order view,
If the order is delivery, a button will render to delete delivery. that button will delete the delivery relationship from the database and remove the assign deliverer from the orders list
if the order is not delivery a button will render to add delivery. that button will create a delivery relationship in the database and allow an admin to assign a deliverer
after the button is clicked, the page will reload with the opposite button