Po kliknięciu przycisku wyszukiwania jest przenoszony na stronę Laravel
Route::get('/profile/{Profile}', 'PlayerController@getStats');
Route::get('/search', 'PlayerController@searchForm');
Route::post('/search', 'PlayerController@search');
SAMER SAEID