i am sending email to the admin that a user is waiting to be registered. and a button named activate user and after clicking this button it will redirect to a page or form.how can i do that in laravel? let this is my simple code
<p>A User is waiting to be registered!!</p>
<button type="submit" class="btn btn-primary" method="post"
redirect="{{ url('www.gmail.com')}}">
activate user
</button>