look down full code to insert data in table with current user id public function store(Request $requ...
get the current user id $id_current = Auth::user()->id;
you can use variable if select plan make the value of the variable if try to go directly '/signup/to...
The Laravel portal for problem solving, knowledge sharing and community building.
The community