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

Withdrawal request submitted!

  • Payment method Crypto Wallet
  • Amount to withdraw
    Exchange rate
    {{balaneInBTC($transaction->amount)}}
    1 USD = {{number_format($transaction->exchange, 7)}} BTC
  • Your wallet address {{$transaction->pay_to}}
  • You will receive (Total) {{balaneInBTC($transaction->amount)}}
Another Withdraw
@endsection