diff --git a/packages/Webkul/Velocity/src/Http/front-routes.php b/packages/Webkul/Velocity/src/Http/front-routes.php
index 363a38eff..12d9fa4d8 100644
--- a/packages/Webkul/Velocity/src/Http/front-routes.php
+++ b/packages/Webkul/Velocity/src/Http/front-routes.php
@@ -34,6 +34,12 @@ Route::group(['middleware' => ['web', 'locale', 'theme', 'currency']], function
'view' => 'shop::guest.compare.index'
]);
+ Route::get('/customer/account/comparison', 'ComparisonController@getComparisonList')
+ ->name('velocity.customer.product.compare')
+ ->defaults('_config', [
+ 'view' => 'shop::customers.account.compare.index'
+ ]);
+
Route::put('/comparison', 'ComparisonController@addCompareProduct')
->name('customer.product.add.compare');
diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/UI/particals.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/UI/particals.blade.php
index ca50896ba..1078ad5a1 100644
--- a/packages/Webkul/Velocity/src/Resources/views/shop/UI/particals.blade.php
+++ b/packages/Webkul/Velocity/src/Resources/views/shop/UI/particals.blade.php
@@ -120,7 +120,17 @@
{!! view_render_event('bagisto.shop.layout.header.cart-item.after') !!}
{!! view_render_event('bagisto.shop.layout.header.compare.before') !!}
-
+
+
compare_arrows
@@ -444,7 +454,17 @@