{{__('myfatoorah.howWouldYouLikeToPay')}}
@if(!empty($paymentMethods['cards'] ))
{{!empty($paymentMethods['ap'] ) || !empty($paymentMethods['gp'] ) ? __('myfatoorah.or') : ''}}
{{__('myfatoorah.payWith')}}
@include('website.myfatoorah.includes.sectionCards')
@endif
@if(!empty($paymentMethods['form']))
@endif
@if(!empty($paymentMethods['gp']))
@include('website.myfatoorah.includes.sectionGooglePay')
@endif
@if(!empty($paymentMethods['ap']))
@include('website.myfatoorah.includes.sectionApplePay')
@endif
@if(!empty($paymentMethods['form']))
@include('website.myfatoorah.includes.sectionForm')
@endif