@if ($payment == 'bancard') @php $bancard_api = $gs->bancard_mode == 'sandbox' ? 'https://vpos.infonet.com.py:8888' : 'https://vpos.infonet.com.py'; @endphp

{{ __('If you want to pay using Zimple, please type your phone number') }}.

{{ __('Please remember this is not required. If this field is empty, payment will proceed with Bancard normally') }}.

@endif @if ($payment == 'cod') @endif @if ($payment == 'pagarme')

{{ __('Please check if your phone number is in the international format, with the country code, before continuing. Eg. +5545999999999') }}

@endif @if ($payment == 'paypal') @endif @if ($payment == 'stripe')
@endif @if ($payment == 'instamojo') @endif @if ($payment == 'paystack') @endif @if ($payment == 'razorpay') @endif @if ($payment == 'molly') @endif @if ($payment == 'other')
{!! $gateway->details !!}
@endif