Small changes

This commit is contained in:
Lars Kusch 2021-10-06 15:01:21 +02:00
parent 80c06f6849
commit 789f2bfa0a

View File

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