@if(is_countable($cards) && count($cards) > 0)
@include('frontend.template.' . activeTemplate() . '.payment-methods.metrics-global.card-listing')
@endif
@include('frontend.template.' . activeTemplate() . '.payment-methods.metrics-global.card-form')
@if(is_countable($cards) && count($cards) > 0 and $isMyAccount == false)
@if(request()->input('isPage') == 'checkout')
@include('frontend.template.basic._term_condition')