@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')))
@else
@endif
@if ($errors->has('STRIPE'))
{{ $errors->first('STRIPE') }}
@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')))
@else
@endif
@if ($errors->has('PAYPAL'))
{{ $errors->first('PAYPAL') }}
@endif
@if ($errors->has('PAYPAL_MODE'))
{{ $errors->first('PAYPAL_MODE') }}
@endif
@endsection