{!! __('Add Card') !!}
@if(is_array($paymentMethods) ) @foreach($paymentMethods as $index => $method) @if($method['CardType'] == 'Offline Payment' || $method['IsRedirect']) @endif @endforeach @endif @if(isDirectScaleEnable())
@endif @if(is_array($paymentMethods) )
@foreach($paymentMethods as $index => $method)
4 && $method['PaymentMethodId'] == $is_payment) ? 'checked' : '' }} id="{{ $method['PaymentMethodId'] }}radio{{ $index }}" name="paymentMethodRadio" class="custom-control-input">
@if($method['IsRedirect']) {{ $method['CardType'] }} @else {{ $method['CardType'] }} - {{ $method['Ending'].' (Exp: '.$method['Expires'].')' }} @endif
@endforeach
@if(isTeqTankEnable()) @endif
@endif
@include('frontend.template.basic.rep-alone._review_agreement')
@if(!$is_payment && $isFirstRedirect == false && !isOtherConnectionEnabled()) @endif @if(isSiteEaconomy() && empty($userMetaSmartWaiver) && false) @else @endif @if(isTeqTankEnable())