@extends('back.master') @section('title', __('Payments settings')) @section('additional_head_tags') @endsection @section('content')
@if($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif @if(session('settings_message'))
{{ session('settings_message') }}
@endif

PayPalPayPal
paypal->enabled ?? null) ? 'checked' : '' }} @endif >

Stripe
stripe->enabled ?? null) ? 'checked' : '' }} @endif >

CoinGateCoinGate
coingate->enabled ?? null) ? 'checked' : '' }} @endif >

{{ __('Exchange the received currency to your preferable currency. Default: USD') }} ({{ __('Optional') }})

midtransMidtrans
midtrans->enabled ?? null) ? 'checked' : '' }} @endif >

razorpayRazorpay
razorpay->enabled ?? null) ? 'checked' : '' }} @endif >

iyzicoIyzico
iyzico->enabled ?? null) ? 'checked' : '' }} @endif >

SkrillSkrill
skrill->enabled ?? null) ? 'checked' : '' }} @endif >

PaystackPaystack
paystack->enabled ?? null) ? 'checked' : '' }} @endif >

AdyenAdyen
adyen->enabled ?? null) ? 'checked' : '' }} @endif >

InstamojoInstamojo
instamojo->enabled ?? null) ? 'checked' : '' }} @endif >

Payhere
payhere->enabled ?? null) ? 'checked' : '' }} @endif >

SpankpaySpankpay
spankpay->enabled ?? null) ? 'checked' : '' }} @endif >

omiseomise
omise->enabled ?? null) ? 'checked' : '' }} @endif >

paymentwallPaymentwall
paymentwall->enabled ?? null) ? 'checked' : '' }} @endif >

authorize_netAuthorize.Net
authorize_net->enabled ?? null) ? 'checked' : '' }} @endif >

{{ __('Offline payment') }}
offline->enabled ?? null) ? 'checked' : '' }} @endif >

{{--

yoomoneyYooMoney / Yookassa
yoomoney->enabled ?? null) ? 'checked' : '' }} @endif >

--}} {{--< div class="ui fluid card" id="coinpayments">

Coinpayments
coinpayments->enabled ?? null) ? 'checked' : '' }} @endif >

--}}
(1) : {{ __('Allow receiving payments in defferent currencies than the main currency.') }}
(2) {{ __('Required if api.currencyscoop.com is selected.') }}
(3) {{ __('Allow users to make purchases without being logged in.') }}
(4) {{ __('Allow users to pay what they want for products with an optional minimum amount.') }}
@endsection