Answer the question
In order to leave comments, you need to log in
How to organize routes in Laravel?
There is a page "sofoieo.ru/cat/454/340t"
On this page there is a search form c referring to the route address
Route::get('/search-org', '[email protected]');
return view('View', ['....'=>$......]);
Answer the question
In order to leave comments, you need to log in
Route::get('search-org', '[email protected]');
How is your form built? You look at the action.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question