I created a never seen and function as beta, the issue is that in the menu it redirects me to the new page but leaves me selected 2 options instead of only 1. What could it be? or how could I fix it? it only happens with these routes
This is the new view
And this is the old view
As you can see the second image marks 1 option instead the first image leaves me 2 selected menus. Attached code:
Route::get('opportunity/beta/index','OpportunityController@new_list')->name('opportunities.new_list'); //It leaves 2 menu options active
Route::get('opportunity','OpportunityController@index')->name('opportunity.index'); //Only activates 1 menu option
I created a never seen and function as beta, the issue is that in the menu it redirects me to the new page but leaves me selected 2 options instead of only 1. What could it be? or how could I fix it? it only happens with these routes
This is the new view
And this is the old view
As you can see the second image marks 1 option instead the first image leaves me 2 selected menus. Attached code:
Routes