Small changes
This commit is contained in:
parent
80c06f6849
commit
789f2bfa0a
1 changed files with 3 additions and 5 deletions
|
|
@ -1,7 +1,5 @@
|
|||
<div id="stripe--payment-container">
|
||||
@unless(isset($show_name) && $show_name == false)
|
||||
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.name')])
|
||||
<input class="input w-full" id="cardholder-name" type="text" placeholder="{{ ctrans('texts.name') }}">
|
||||
@endcomponent
|
||||
@endunless
|
||||
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.name')])
|
||||
<input class="input w-full" id="cardholder-name" type="text" placeholder="{{ ctrans('texts.name') }}">
|
||||
@endcomponent
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue