commit
03071bdaf0
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<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') }}">
|
||||
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.cardholder_name')])
|
||||
<input class="input w-full" id="cardholder-name" type="text" placeholder="{{ ctrans('texts.cardholder_name') }}">
|
||||
@endcomponent
|
||||
@endunless
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue