how can I pass two parameter to here URL::route('account-recover',$code) instead of just $code I want to also pass $mail how can I do that?
URL::route('account-recover',[$code,$mail])
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community