Show error message on no payment method
This commit is contained in:
parent
7dbb9bd60a
commit
1b50175c34
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@
|
|||
<span class="ml-1 cursor-pointer">**** {{ $token->meta?->last4 }}</span>
|
||||
</label>
|
||||
@endforeach
|
||||
@else
|
||||
<label class="alert alert-failure mb-4">Please add a payment method first.</label>
|
||||
@endisset
|
||||
|
||||
@endcomponent
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue