@foreach(config('payments_gateway') as $key => $paymentGateway) @if(!$paymentGateway['enabled']) @continue @endif

@include('admin.settings.partials.payments_gateway.' . $key)
@endforeach
@push('scripts') @endpush