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?5 Replies
Include it to the your Edit Resource class
Thanks let me check
Solution
so you use ToggleColumn or Toggle inside a form?
I removed Toggle and make a action button.