I want to send user to payment gate. Normally it could be made by this form:
<
I think this is what you are looking for:
call your function controller:
public function redirectPOST(){ //params $USERNAME='username'; return view('your vie', compact('USERNAME'));}
then in your view: