AP
Size: a a a
AP
AP
AR
AR
V
V
V
Route::get('/{slug}/{product}', 'ProductController@viewFront')->name('products.show');
Route::get('/{category}/{subcategory}', 'SubcategoryController@viewFront')->name('subcategory.show');
AP
AP
V
V
AP
V
V
Route::prefix({category})->group(...как-то так))
V
AP
Route::get('/{prefix}/{category}/{subcategory}', 'SubcategoryController@viewFront')->name('subcategory.show');
AP