0
Errorexception in Urlgenerationexception.php line 17: Missing required Parameters for [Route: v1.clientes.search] [URI: v1/clients/search/{name}/{situation}]. (View: C: xampp htdocs api-updater Resources views client search.blade.php)
form role="form"
class="horizontal"
action="{{action('ClientesController@searchBy',$nome ="nome",$situacao ="situacao")}}"
method="get"
>
Route::get('/search/{nome}/{situacao}',
['as'=>'v1.clientes.search',
'uses'=>'ClientesController@searchBy']
);