Skip to content
Advertisement

Tag: laravelcollective

Confirm delete using sweetalert in Laravel Form Collective

I’m a beginner in using laravel, please help. I’m using sweet alert to ask for confirmation before deleting. The error says that it is missing a required parameter for destroy, though I am certainly sure that I am passing an id to the function destroy. Here’s my code Announcement.blade.php delete_script.blade.php destroy function in AnnouncementsController.php Route The error is this: Missing

Advertisement