Route::get('/profile/{Profile}', 'PlayerController@getStats'); Route::get('/search', 'PlayerController@searchForm'); Route::post('/search', 'PlayerController@search');