@if (count($tokens) > 0)
@include('portal.ninja2020.gateways.includes.payment_details')
@else
@component('portal.ninja2020.components.general.card-element-single', ['title' => ctrans('texts.direct_debit'), 'show_title' => false])
{{ ctrans('texts.bank_account_not_linked') }}
{{ ctrans('texts.add_payment_method') }}
@endcomponent
@endif
@if (count($tokens) > 0)
@include('portal.ninja2020.gateways.includes.pay_now')
@endif
@script
@endscript