@extends('dashboard.user.layouts.app') @section('content')

{{ $title }}

{{ $wallet->name }}
@if ($wallet->qr_code_path) QR Code @else QR Code @endif
How to Make a Deposit

Copy the company wallet address and paste it into the recipient field of your {{ $wallet->name }} wallet application. You may also scan the QR code if you are using a mobile wallet.

  • Ensure the correct network is selected
  • Send the exact or higher amount required
  • Transaction confirmation may take a few minutes

How to Buy {{ $wallet->name }}
  1. Create a {{ $wallet->name }} wallet
  2. Select a trusted exchange
  3. Complete identity verification
  4. Add a payment method
  5. Purchase and transfer to your wallet

Your wallet address functions like a bank account number. Always verify addresses before sending funds.

@endsection