Am using alpine js to show a confirmation popup message. But after show popup certain time then it should close and redirect to other page.
I need to make a redirect after show the modal without any click
$this->dispatch('open-model');
redirect()->to('/profile');
please help me to make delay for modal,
i need to make first run modal and then to redirect other page. Or
After redirect then show a success message popup. For this i used filamentphp notification, but that also not worked
3