<?php if(isset($label)): ?>
<?php
$for_id = preg_replace('/[^A-Za-z0-9\-]/', '', strip_tags(Str::lower($label)));
?>
<label for="<?php echo e($for_id ?? ""); ?>" class="text-capitalize"><?php echo $label; ?><?php if(isset($label_after)): ?><?php echo $label_after; ?><?php endif; ?></label>
<?php endif; ?>
<input type="<?php echo e($type ?? "text"); ?>" placeholder="<?php echo e($placeholder ?? __("Type Here")."..."); ?>" name="<?php echo e($name ?? ""); ?>" class="form--control <?php echo e($class ?? ""); ?> <?php $__errorArgs = [$name ?? false];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>" <?php echo e($attribute ?? ""); ?> value="<?php echo e($value ?? ""); ?>" <?php if(isset($data_limit)): ?>
data-limit = <?php echo e($data_limit); ?>
<?php endif; ?> <?php if(isset($required)): ?>
required
<?php endif; ?>>
<?php $__errorArgs = [$name ?? false];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
<span class="invalid-feedback" role="alert">
<strong><?php echo e($message); ?></strong>
</span>
<?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?><?php /**PATH /home/kueuepay/public_html/resources/views/admin/components/form/input.blade.php ENDPATH**/ ?>
How To Payment
Making a payment on our website is quick and secure. Start by logging in or creating an account. Select your preferred payment method, input the required details, and review the information. Once you confirm everything is correct, click on the "Submit Payment" button. You’ll receive instant confirmation and can track your payment status through your account dashboard. It’s an easy and secure process.