You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I show products in category with pagination. First page (without ?page= in url) is fine - munu have active class. But if there are isset ?page= in url - no active class in munu. If I add Label to url - no active class too.
The text was updated successfully, but these errors were encountered:
I have next menu
This is a munu of categories. Route is next (Note - In category menu I do not use now label)
Route::get('/products/{category?}/{label?}', 'CatalogController@index')->name('products');
I show products in category with pagination. First page (without
?page=
in url) is fine - munu haveactive
class. But if there are isset?page=
in url - noactive
class in munu. If I add Label to url - no active class too.The text was updated successfully, but these errors were encountered: