Make Deposit
@if($title !="Complete Payment")
@php
if($payment_mode->name == "Bitcoin"){
$coin = 'BTC';
}elseif ($payment_mode->name == "Litecoin") {
$coin = 'LTC';
}else {
$coin = 'ETH';
}
@endphp
@if ((!empty($payment_mode->barcode) or $payment_mode->barcode != NULL) and $payment_mode->methodtype != 'currency')
@endif
@if($settings->deposit_option == "manual" and $payment_mode->name != "Paystack" and $payment_mode->name != "Stripe" and $payment_mode->name != "Paypal" and $title !="Complete Payment")
@endif
@endif
{{-- Automatic Cryptopayment qrcode --}}
@if($title=="Complete Payment")
@endif
You are to make payment of {{$settings->currency}}{{number_format($amount)}} using your selected payment method. Screenshot and upload the proof of payment
@if ((!empty($payment_mode->barcode) or $payment_mode->barcode != NULL) and $payment_mode->methodtype != 'currency')
@endif
{{$payment_mode->name}}
@if($settings->deposit_option != "manual")
@if ($payment_mode->name == "Bitcoin" or $payment_mode->name == "Litecoin" or $payment_mode->name == "Ethereum")
Pay Via Coinpayment
@else
@if ((!empty($payment_mode->barcode) or $payment_mode->barcode != NULL) and $payment_mode->methodtype != 'currency')
@endif
@endif
@endif
@if ($payment_mode->methodtype != 'currency')
Network Type: {{$payment_mode->network}}
@else
@endif
@if ($payment_mode->name == "Stripe")
@endif
@if ($payment_mode->name == "Paypal")
@endif
@if (!empty($payment_mode->account_name))
@endif
@if (!empty($payment_mode->account_number))
@endif
@if (!empty($payment_mode->swift_code))
@endif
@endif
@else
@if (!empty($payment_mode->bankname))
@endif
@if (!empty($payment_mode->account_name))
@endif
@if (!empty($payment_mode->account_number))
@endif
@if (!empty($payment_mode->swift_code))
@endif
@endif
@endif
@if ($settings->deposit_option == "auto" and $payment_mode->defaultpay != 'yes')
{{$payment_mode->name}} Address:
{{$payment_mode->name}}:
@if ($payment_mode->defaultpay == 'yes') @if ($payment_mode->name == "Paystack")
Payment Completed, redirecting.....
@include('includes.paypal')
@endif
@if ($payment_mode->name == "Bank Transfer")
@if (!empty($payment_mode->bankname))
Bank Name
Account Name
Account Number
Swift Code
Bank Name
Account Name
Account Number
Swift Code
Send {{$amount}} to the below address or scan the {{$coin}} QR code to complete payment.
{{$p_address}}
you can exit this page after scanning and completed payment, the system will keep track of your payment and update your account accordingly