Posts by Souto R B • 1 point
1 post
-
0
votes3
answers2003
viewsA: What is the correct way to pass two or more parameters on the route?
Route::get('/{id}/cliente/{id}', 'AnamneseController@edit')->name('editar'); You have to change this part, you cannot have 2 ids, put {id} and {client}, for example…