How to add modal confirmation?

I am trying to add deactivated and activated user functionality with Toggle::make('is_activated'). Within this toggle, I am attempting to incorporate a modal confirmation when an admin deactivates a user account. How can I?
Was this page helpful?