Posts by CleitonHatsu • 1 point
1 post
-
0
votes2
answers267
viewsQ: Delete method returns unencumbered page
I use the form below to send the id of the row to be deleted in the table: <form method="DELETE" action="{{ URL::to('receitas/delete') }}" > <input type="hidden" name="id" value="{{…