Laravel – i have a form with 2 buttons for submitting two different form action and form method
I have two buttons: one submitting the form for changing the photo and one deleting. By deleting i want to send delete method to the route delete with sweet alert. However this does not work. How can i have one…