- Created Unsubscribe.vue with matching site styling
- Added showUnsubscribe method to SubscriptionController
- Updated routes: GET /unsubscribe/{token} shows confirmation page
- POST /api/unsubscribe/{token} processes unsubscribe
- Updated email template to use new unsubscribe route
- Prevents accidental unsubscribes with confirmation dialog
|
||
|---|---|---|
| .. | ||
| Admin | ||
| Auth | ||
| Controller.php | ||
| DocumentController.php | ||
| HomeController.php | ||
| ProfileController.php | ||
| SubscriptionController.php | ||