×
Choose Payment Method
@if(($stripeSettings->paypal_status == 'active' || $stripeSettings->stripe_status == 'active'))
@lang('modules.client.online')
@endif @if($methods->count() > 0)
paypal_status == 'active') && !($stripeSettings->stripe_status == 'active'))) checked @endif onchange="showButton('offline')" name="method" id="radio15">
@lang('modules.client.offline')
@endif
@if(($stripeSettings->paypal_status == 'active' || $stripeSettings->stripe_status == 'active' || $stripeSettings->paystack_status == 'active'))
@if($stripeSettings->paystack_client_id != null && $stripeSettings->paystack_secret != null && $stripeSettings->paystack_status == 'active')
{{ csrf_field() }}
@lang('modules.invoices.payPaystack')
@endif @if($stripeSettings->paypal_client_id != null && $stripeSettings->paypal_secret != null && $stripeSettings->paypal_status == 'active')
@lang('modules.invoices.payPaypal')
@endif @if($stripeSettings->razorpay_key != null && $stripeSettings->razorpay_secret != null && $stripeSettings->razorpay_status == 'active')
RazorPay
@endif @if($stripeSettings->api_key != null && $stripeSettings->api_secret != null && $stripeSettings->stripe_status == 'active')
@lang('modules.invoices.payStripe')
@endif
@endif
@if($methods->count() > 0)
@forelse($methods as $key => $method)
{{ ucfirst($method->name) }}
{!! $method->description !!}
@empty @endforelse
@if(count($methods) > 0)
@lang('app.select')
@endif
@endif
@if($stripeSettings->api_key != null && $stripeSettings->api_secret != null && $stripeSettings->stripe_status == 'active')
{{ csrf_field() }}
@lang('modules.stripeCustomerAddress.name')
@lang('modules.stripeCustomerAddress.line1')
@lang('modules.stripeCustomerAddress.city')
@lang('modules.stripeCustomerAddress.state')
@lang('modules.stripeCustomerAddress.country')
* Address country must be a valid
2-alphabet ISO-3166 code
Card Info
{{ __('Pay') }}
@endif
@if($stripeSettings->stripe_status == 'active') @endif