@extends('layouts.muladash') @section('title', $title) @section('content') @include('layouts.mulapart')
Send Money to {{ $contact->name }}
Pay From
{{ $userWalletsInUSD[0]['name'] }} ({{ $userWalletsInUSD[0]['symbol'] }})
Amount
Bank Name
{{ $contact->bank_name }}
Account Number
{{ $contact->bank_account_number }}
Receiver Currency
{{ $contact->currency }} @if($rate > 0) (1 USD = {{ number_format($rate, 2) }} {{ $contact->currency }}) @endif
They Will Receive
0.00 {{ $contact->currency }}
{{ $contact->type }}
{{ $contact->wallet_address }}
Wallet Balance
{{ $settings->currency }}{{ number_format($userWalletsInUSD[0]['balance_in_usd'], 2) }}