wire:confirm
Overview
You can use wire:confirm in your templates to prompt users for confirmation before executing actions. This can be useful when dealing with potentially irreversible actions such as deletions or updates.
Prompting for input
You can add a .prompt modifier if you want to require an extra layer of confirmation.
Last updated