diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/orders/view.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/orders/view.blade.php
index 91746b66e..12ddce006 100644
--- a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/orders/view.blade.php
+++ b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/orders/view.blade.php
@@ -25,6 +25,14 @@
{{ __('shop::app.customer.account.order.view.page-tile', ['order_id' => $order->increment_id]) }}
+
+ @if ($order->canCancel())
+
+
+ {{ __('shop::app.customer.account.order.view.cancel-btn-title') }}
+
+
+ @endif
{!! view_render_event('bagisto.shop.customers.account.orders.view.before', ['order' => $order]) !!}