Good afternoon, I have a question about parameters in laravel
that I did not find on the site, I have a route like this:
Route::get('busca/{id}', 'MatriculasController@busca');
that passes a parameter to a method in controller
of laravel
.
My question is in
javascript
how do I put the parameter in the route?