Livewire Modal Component
"Wire Elements Modal is a Livewire component that provides you with a modal that supports multiple child modals while maintaining state.
With the Modal component, you can turn any of your Livewire components into a modal and call the component into view throughout your entire application with just one line of code.
You can control behavior for every modal: Close on escape, trap input focus, removing state on close or closing the modal when clicking the backdrop."
Philo Hermans
@Philo01