JFIF$        dd7 

Viewing File: /home/primemegahub/public_html/src/storage/framework/views/a049ac4839b17c53e6aa5101ce683791.php

<!DOCTYPE html>
<html lang="en">
<head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
	<link rel="SHORTCUT ICON" href="https://cdn4.iconfinder.com/data/icons/travello-basic-ui-1/64/Wallet-256.png">
    <title>Automatic Gateway - CryptoXPay</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            background-color: #f0f4f8;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            color: #333;
        }
        .container {
            background-color: #ffffff;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
            max-width: 400px;
            width: 100%;
        }
        h3 { font-size: 18px; color: #4C6EF5; margin-bottom: 20px; }
        p { font-size: 14px; margin-bottom: 10px; color: #555; }
        label, input, select, button {
            display: block;
            width: 100%;
            font-size: 14px;
            margin-bottom: 20px;
        }
        input, select {
            padding: 12px;
            border: 2px solid #ddd;
            border-radius: 6px;
            box-sizing: border-box;
            width: calc(100% - 4px);
        }
        input:focus, select:focus {
            border-color: #4C6EF5;
            outline: none;
        }
		button {
			padding: 16px;
			border: none;
			border-radius: 6px;
			background-color: #4C6EF5;
			color: white;
			cursor: pointer;
		}
		button:hover { background-color: #375bd8; }
        .go-back-btn { background-color: #ff6f61; }
        .go-back-btn:hover { background-color: #e55b51; }
        footer { margin-top: 30px; font-size: 14px; color: #888; }
        footer a { color: #6F42C1; text-decoration: none; font-weight: bold; }
        footer a:hover { text-decoration: underline; }
        #usdt-network { display: none; }
    </style>
</head>
<body>
       <div class="container">
	<img width="303" height="152" src="https://con-deliveryexpress.com/assets/img/page-bg/11.png"><br>

        <h3>Secure & Easy Payments</h3>
        <form id="cryptoForm">
            <label for="amount"><b>Enter Amount (Min. $100):</b></label>
            <input type="number" name="amount" id="amount" min="10" required>
            <label for="currency">Select Gateway:</label>
            <select name="currency" id="currency" onchange="toggleNetworkOptions()">
                <option value="BTC">Bitcoin (BTC)</option>
                <option value="ETH">Ethereum (ETH)</option>
				<option value="BNB">Binance Coin (BNB)</option>
				<option value="TRX">Tron (TRX)</option>
                <option value="USDT">Tether (USDT)</option>
                <option value="SOL">Solana (SOL)</option>
                <option value="DOGE">Dogecoin (DOGE)</option>
            </select>
            <div id="usdt-network">
                <label for="network">Select Network:</label>
                <select name="network" id="network">
                    <option value="ERC20">ERC20</option>
                    <option value="TRC20">TRC20</option>
                    <option value="BEP20">BEP20</option>
                </select>
            </div>
            <button type="button" onclick="generateAddress()">Get Payment Address & QR Code</button>
        </form>

        <div id="result" style="display:none;">
			   <center>
			    <article>
                   <img src="../images/qrcode.jpg" id='qrcodes' width="50px"  height="50px" style='border-radius: 2px'>
                    </article>
					Awaiting Payment
  					<span style="font-size: 20px; color: #f92706" id="timer">60:00</span><br>
					</center>
					<center>
					<br>
            <img id="qrCode" src="" alt="QR Code">
			<br>
<br>
            <input type="text" id="address" readonly style="width: 100%; box-sizing: border-box; padding: 12px; border-radius: 6px; border: 2px solid #ddd; margin-bottom: 20px;">
            <button onclick="copyAddress()">Copy Address</button>
            <p id="transactionInfo"></p>
            <button class="go-back-btn" onclick="goBack()">Change Payment</button>
			</center>
        </div>
    </div>


<script>
function toggleNetworkOptions() {
    document.getElementById('usdt-network').style.display = document.getElementById('currency').value === 'USDT' ? 'block' : 'none';
}

function generateAddress() {
    var amount = parseFloat(document.getElementById('amount').value);
    if (isNaN(amount) || amount < 100) {
        alert('Minimum payment is $100.');
        return;
    }
    var currency = document.getElementById('currency').value;
    var network = document.getElementById('network') ? document.getElementById('network').value : '';
	var qrcodes = document.getElementById('qrcodes');
    var payload = {
        currency: currency,
        amount: amount,
        merchant: 'ZMTGXG-PZOH99-1DXYNT-VRTDAP',
        orderId: 'ORD-' + Date.now(),
        callbackUrl: 'https://example.com/callback',
        email: 'customer@example.com'
    };
	  if (currency === "BTC") {
			 console.log(qrcodes.src = 'https://s2.coinmarketcap.com/static/img/coins/64x64/1.png')
	} else if (currency === "ETH") {
			 console.log(qrcodes.src = 'https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png')
	} else if (currency === "USDT") {
			 console.log(qrcodes.src = 'https://s2.coinmarketcap.com/static/img/coins/64x64/825.png')
	} else if (currency === "SOL") {
			 console.log(qrcodes.src = 'https://s2.coinmarketcap.com/static/img/coins/64x64/5426.png')
	} else if (currency === "BNB") {
			 console.log(qrcodes.src = 'https://s2.coinmarketcap.com/static/img/coins/64x64/1839.png')
    } else if (currency === "TRX") {
			 console.log(qrcodes.src = 'https://s2.coinmarketcap.com/static/img/coins/64x64/1958.png')
	} else if (currency === "DOGE") {
			 console.log(qrcodes.src = 'https://s2.coinmarketcap.com/static/img/coins/64x64/74.png')
            } ;
    if (currency === 'USDT') payload.network = network;

    fetch('https://api.oxapay.com/merchants/request/staticaddress', {
        method: 'POST', headers: { 'Content-Type': 'application/json' },
        body: JSON.stringify(payload)
    })
    .then(function(res) { return res.json(); })
    .then(function(data) {
        if (data.result === 100) {
            document.getElementById('address').value = data.address;
            document.getElementById('qrCode').src = "https://api.qrserver.com/v1/create-qr-code/?data=" + encodeURIComponent(data.address) + "&size=150x150";
            document.getElementById('cryptoForm').style.display = 'none';
            document.getElementById('result').style.display = 'block';
            document.getElementById('transactionInfo').innerHTML = "Send $<b>" + amount + "</b> to the address above.<br>Once transaction is confirmed on the blockchain,<br>the amount will be credited to your Deposit Wallet.";
		} else alert('Error: ' + data.message);
		})
	
    .catch(function() { alert('Error generating address'); });			
	
}


	
function copyAddress() {
    var addr = document.getElementById('address');
    addr.select();
    addr.setSelectionRange(0, 99999);
    navigator.clipboard.writeText(addr.value).then(function() { alert("Address copied"); });
}

function goBack() {
    document.getElementById('result').style.display = 'none';
    document.getElementById('cryptoForm').style.display = 'block';
}
</script>
  <script>
	  var timeLimitInMinutes = 60;
var timeLimitInSeconds = timeLimitInMinutes * 60;
var timerElement = document.getElementById('timer');

function startTimer() {
  timeLimitInSeconds--;
  var minutes = Math.floor(timeLimitInSeconds / 60);
  var seconds = timeLimitInSeconds % 60;

  if (timeLimitInSeconds < 0) {
    timerElement.textContent = '00:00';
    clearInterval(timerInterval);
    return;
  }

  if (minutes < 10) {
    minutes = '0' + minutes;
  }
  if (seconds < 10) {
    seconds = '0' + seconds;
  }

  timerElement.textContent = minutes + ':' + seconds;
}

var timerInterval = setInterval(startTimer, 1000);
  </script>
</body>
</html>
<?php /**PATH /home/primemegahub/public_html/src/resources/views/payment/process.blade.php ENDPATH**/ ?>
Back to Directory  nL+D550H?Mx ,D"v]qv;6*Zqn)ZP0!1 A "#a$2Qr D8 a Ri[f\mIykIw0cuFcRı?lO7к_f˓[C$殷WF<_W ԣsKcëIzyQy/_LKℂ;C",pFA:/]=H  ~,ls/9ć:[=/#f;)x{ٛEQ )~ =𘙲r*2~ a _V=' kumFD}KYYC)({ *g&f`툪ry`=^cJ.I](*`wq1dđ#̩͑0;H]u搂@:~וKL Nsh}OIR*8:2 !lDJVo(3=M(zȰ+i*NAr6KnSl)!JJӁ* %݉?|D}d5:eP0R;{$X'xF@.ÊB {,WJuQɲRI;9QE琯62fT.DUJ;*cP A\ILNj!J۱+O\͔]ޒS߼Jȧc%ANolՎprULZԛerE2=XDXgVQeӓk yP7U*omQIs,K`)6\G3t?pgjrmۛجwluGtfh9uyP0D;Uڽ"OXlif$)&|ML0Zrm1[HXPlPR0'G=i2N+0e2]]9VTPO׮7h(F*癈'=QVZDF,d߬~TX G[`le69CR(!S2!P <0x<!1AQ "Raq02Br#SCTb ?Ζ"]mH5WR7k.ۛ!}Q~+yԏz|@T20S~Kek *zFf^2X*(@8r?CIuI|֓>^ExLgNUY+{.RѪ τV׸YTD I62'8Y27'\TP.6d&˦@Vqi|8-OΕ]ʔ U=TL8=;6c| !qfF3aů&~$l}'NWUs$Uk^SV:U# 6w++s&r+nڐ{@29 gL u"TÙM=6(^"7r}=6YݾlCuhquympǦ GjhsǜNlɻ}o7#S6aw4!OSrD57%|?x>L |/nD6?/8w#[)L7+6〼T ATg!%5MmZ/c-{1_Je"|^$'O&ޱմTrb$w)R$& N1EtdU3Uȉ1pM"N*(DNyd96.(jQ)X 5cQɎMyW?Q*!R>6=7)Xj5`J]e8%t!+'!1Q5 !1 AQaqё#2"0BRb?Gt^## .llQT $v,,m㵜5ubV =sY+@d{N! dnO<.-B;_wJt6;QJd.Qc%p{ 1,sNDdFHI0ГoXшe黅XۢF:)[FGXƹ/w_cMeD,ʡcc.WDtA$j@:) -# u c1<@ۗ9F)KJ-hpP]_x[qBlbpʖw q"LFGdƶ*s+ډ_Zc"?%t[IP 6J]#=ɺVvvCGsGh1 >)6|ey?Lӣm,4GWUi`]uJVoVDG< SB6ϏQ@ TiUlyOU0kfV~~}SZ@*WUUi##; s/[=!7}"WN]'(L! ~y5g9T̅JkbM' +s:S +B)v@Mj e Cf jE 0Y\QnzG1д~Wo{T9?`Rmyhsy3!HAD]mc1~2LSu7xT;j$`}4->L#vzŏILS ֭T{rjGKC;bpU=-`BsK.SFw4Mq]ZdHS0)tLg