fixed final
This commit is contained in:
parent
a58b895127
commit
fa8c8a52ab
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
|
||||
@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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue