Paypal Payment Gateway Integration Default Currency Selected - {{ $default_currency->name }}


@csrf @method('PUT')

Sandbox Keys

Live Keys

@php $modes = ['sandbox', 'live']; @endphp
@php $status = ['enabled', 'disabled']; @endphp
@if ($payment_gateways[1]['status'] == 'enabled')

{{__('Test Paypal with Sandbox')}}

@csrf
@endif