You are posting to a get route. Update your routes.php file so that catchregisterform is a post route.
Route::post();
Instead of:
Route::get();
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community