Filament - Custom Modal - Help
Hello, I'm triggering this from a blade.php <div wire:click="requestBookSlot($event.target.getAttribute('data-locationID'),$event.target.getAttribute('data-weekId'))"
This then calls a requestBookSlot in my EditBookings.php - This bit works, but I'm trying to make it so I can load a modal box in certain conditions from my EditBookings.php - I cant work out how to do it can anyone help?
0 Replies