Install Wire Elements Modal
mainTo install the package, require it via Composer:
composer require wire-elements/modalAfter installation, you must add the Livewire directive to your main layout template (e.g., app.blade.php) to render the modal container:
<html>
<body>
<!-- your content -->
@livewire('wire-elements-modal')
</body>
</html>