<?php if(isset($label) && $label != false): ?>
<?php
$for_id = preg_replace('/[^A-Za-z0-9\-]/', '', Str::lower($label));
?>
<label for="<?php echo e($for_id ?? ""); ?>"><?php echo e($label); ?><?php if(isset($label_after)): ?><?php echo $label_after; ?><?php endif; ?></label>
<?php endif; ?>
<textarea name="<?php echo e($name ?? ""); ?>" class="rich-text-editor form--control d-none <?php echo e($class ?? ""); ?>"><?php echo $value ?? ""; ?></textarea><?php /**PATH /home/kueuepay/public_html/resources/views/admin/components/form/input-text-rich.blade.php ENDPATH**/ ?>
To access the Kueue Pay Developer API, you’ll need an API key. You can obtain your API key by logging in to your Kueue Pay merchant account and navigating to the API section. Collect Client ID , Secret ID & Merchant ID Carefully. Keep your API key confidential and do not share it publicly.