File "455fe19e2a8342552d6de13f699eac2079e546bc.php"

Full Path: /home/fundopuh/trader.fxex.org/storage/framework/views/455fe19e2a8342552d6de13f699eac2079e546bc.php
File size: 1.91 KB
MIME-type: text/plain
Charset: utf-8

<div class="row">
    <div class="col-md-8 offset-md-2">
        <form action="javascript:void(0)" method="POST" id="coinpayform">
            <?php echo csrf_field(); ?>
            <?php echo method_field('PUT'); ?>
            <div class="form-group">
                <h5 class="">Merchant ID</h5>
                <input class="form-control  " placeholder="Merchant ID" type="text" name="cp_m_id"
                    value="<?php echo e($cpd->cp_m_id); ?>" required>
            </div>

            <div class="form-group">
                <h5 class="">CoinPayment IPN Secret</h5>
                <input class="form-control  " placeholder="CoinPayment IPN Secret" type="text" name="cp_ipn_secret"
                    value="<?php echo e($cpd->cp_ipn_secret); ?>" required>
            </div>

            <div class="form-group">
                <h5 class="">CoinPayments debug email</h5>
                <input class="form-control  " placeholder="CoinPayments debug email" type="text"
                    name="cp_debug_email" value="<?php echo e($cpd->cp_debug_email); ?>" required>
            </div>
            <div class="form-group">
                <h5 class="">Public key</h5>
                <input class="form-control  " placeholder="Public key" type="text" name="cp_p_key"
                    value="<?php echo e($cpd->cp_p_key); ?>" required>
            </div>
            <div class="form-group">
                <h5 class="">Private key</h5>
                <input class="form-control  " placeholder="Private key" type="text" name="cp_pv_key"
                    value="<?php echo e($cpd->cp_pv_key); ?>" required>
            </div>
            <div class="form-group">
                <input type="submit" class="px-5 btn btn-primary btn-lg" value="Save">
            </div>
        </form>
    </div>
</div>
<?php /**PATH /home/fundopuh/trader.fxex.org/resources/views/admin/Settings/PaymentSettings/coinpayment.blade.php ENDPATH**/ ?>