Skip to content
Advertisement

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

JavaScript

delete_script.blade.php

JavaScript

destroy function in AnnouncementsController.php

JavaScript

Route

JavaScript

The error is this:

Missing required parameters for [Route: announcements.destroy] [URI: announcements/{announcement}]. (View: C:xampphtdocsWebsys_2_ProjectresourcesviewsAnnouncementsFolderdelete_scripts.blade.php)

Advertisement

Answer

Change

JavaScript

to

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement