fixed final

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

View File

@ -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>