bilalbasheer's avatar

Creating a embeded button

I want to create a button that i can place in another website, when clicked it should popup a register form what is the best way to do this using laravel ?

0 likes
1 reply
jdc1898's avatar
<button onclick="window.location.href='https://lmgtfy.app/?q=your+search+query'">
    Let Me Google That For You
</button>

Please or to participate in this conversation.