I have the following route:
Route::get('FinDraT/efectivoxpuesto/{id}/index','EfectivoxPuestoController@index');
and in the controller function I do:
return redirect()->route('FinDraT/efectivoxpuesto/'. $id.'/index');
And I get the error that the route is not defined.