File "crypto-payment.blade.php"

Full Path: /home/fundopuh/trader.fxex.org/resources/views/purpose/livewire/user/crypto-payment.blade.php
File size: 325 bytes
MIME-type: text/plain
Charset: utf-8


<div>
    <button type="button" class="btn btn-primary" wire:click='payViaBinance' wire:loading.attr="disabled">
        <div class="spinner-border spinner-border-sm" role="status" wire:loading>
            <span class="sr-only">Loading...</span>
        </div>
        <span>Pay Via Binance Pay</span>
    </button>
</div>