This commit is contained in:
Akhtar Khan 2020-07-24 13:09:03 +05:30
parent fa8c8a52ab
commit e6d21c64d5
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
@if ($order->canCancel())
<a href="{{ route('customer.orders.cancel', $order->id) }}" class="btn btn-lg btn-primary" v-alert:message="'{{ __('shop::app.customer.account.order.view.cancel-confirm-msg') }}'">
{{ __('shop::app.customer.account.order.view.cancel-btn-title') }}
</a>