@extends('layouts.admin') @section('page', $page) @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('style') @endsection @section('content')
@include('include.message')
@csrf
@if (!$errors->has('STRIPE_KEY') && !$errors->has('STRIPE_SECRET') && !$errors->has('STRIPE_WH_SECRET') && ($errors->has('PAYPAL_CLIENT_ID') || $errors->has('PAYPAL_SECRET') || $errors->has('PAYPAL_WEBHOOK_ID') || $errors->has('PAYSTACK_SECRET_KEY') || $errors->has('MOLLIE_API_KEY') || $errors->has('RAZORPAY_API_KEY') || $errors->has('RAZORPAY_SECRET_KEY')))
@else
@endif
@if ($errors->has('STRIPE')) {{ $errors->first('STRIPE') }} @endif
@if ($errors->has('STRIPE_KEY')) {{ $errors->first('STRIPE_KEY') }} @endif
@if ($errors->has('STRIPE_SECRET')) {{ $errors->first('STRIPE_SECRET') }} @endif
@if ($errors->has('STRIPE_WH_SECRET')) {{ $errors->first('STRIPE_WH_SECRET') }} @endif
{{ __('Copy') }}
@if (!$errors->has('STRIPE_KEY') && !$errors->has('STRIPE_SECRET') && !$errors->has('STRIPE_WH_SECRET') && !$errors->has('PAYSTACK_SECRET_KEY') && !$errors->has('MOLLIE_API_KEY') && !$errors->has('RAZORPAY_API_KEY') && !$errors->has('RAZORPAY_SECRET_KEY') && ($errors->has('PAYPAL_CLIENT_ID') || $errors->has('PAYPAL_SECRET') || $errors->has('PAYPAL_WEBHOOK_ID')))
@else
@endif
@if ($errors->has('PAYPAL')) {{ $errors->first('PAYPAL') }} @endif
@if ($errors->has('PAYPAL_MODE')) {{ $errors->first('PAYPAL_MODE') }} @endif
@if ($errors->has('PAYPAL_CLIENT_ID')) {{ $errors->first('PAYPAL_CLIENT_ID') }} @endif
@if ($errors->has('PAYPAL_SECRET')) {{ $errors->first('PAYPAL_SECRET') }} @endif
@if ($errors->has('PAYPAL_WEBHOOK_ID')) {{ $errors->first('PAYPAL_WEBHOOK_ID') }} @endif
{{ __('Copy') }}
@if (!$errors->has('STRIPE_KEY') && !$errors->has('STRIPE_SECRET') && !$errors->has('STRIPE_WH_SECRET') && !$errors->has('PAYPAL_CLIENT_ID') && !$errors->has('PAYPAL_SECRET') && !$errors->has('PAYPAL_WEBHOOK_ID') && !$errors->has('MOLLIE_API_KEY') && !$errors->has('RAZORPAY_API_KEY') && !$errors->has('RAZORPAY_SECRET_KEY') && $errors->has('PAYSTACK_SECRET_KEY'))
@else
@endif
@if ($errors->has('PAYSTACK')) {{ $errors->first('PAYSTACK') }} @endif
@if ($errors->has('PAYSTACK_SECRET_KEY')) {{ $errors->first('PAYSTACK_SECRET_KEY') }} @endif
{{ __('Copy') }}
{{ __('Copy') }}
@if (!$errors->has('STRIPE_KEY') && !$errors->has('STRIPE_SECRET') && !$errors->has('STRIPE_WH_SECRET') && !$errors->has('PAYPAL_CLIENT_ID') && !$errors->has('PAYPAL_SECRET') && !$errors->has('PAYPAL_WEBHOOK_ID') && !$errors->has('PAYSTACK_SECRET_KEY') && !$errors->has('RAZORPAY_API_KEY') && !$errors->has('RAZORPAY_SECRET_KEY') && $errors->has('MOLLIE_API_KEY'))
@else
@endif
@if ($errors->has('MOLLIE')) {{ $errors->first('MOLLIE') }} @endif
@if ($errors->has('MOLLIE_API_KEY')) {{ $errors->first('MOLLIE_API_KEY') }} @endif
@if (!$errors->has('STRIPE_KEY') && !$errors->has('STRIPE_SECRET') && !$errors->has('STRIPE_WH_SECRET') && !$errors->has('PAYPAL_CLIENT_ID') && !$errors->has('PAYPAL_SECRET') && !$errors->has('PAYPAL_WEBHOOK_ID') && !$errors->has('PAYSTACK_SECRET_KEY') && !$errors->has('MOLLIE_API_KEY') && ($errors->has('RAZORPAY_API_KEY') || $errors->has('RAZORPAY_SECRET_KEY')))
@else
@endif
@if ($errors->has('RAZORPAY')) {{ $errors->first('RAZORPAY') }} @endif
@if ($errors->has('RAZORPAY_API_KEY')) {{ $errors->first('RAZORPAY_API_KEY') }} @endif
@if ($errors->has('RAZORPAY_SECRET_KEY')) {{ $errors->first('RAZORPAY_SECRET_KEY') }} @endif
{{ __('Copy') }}
@endsection