@extends('layouts.muladash') @section('title', $title) @section('content')

Send Money

@csrf
{{-- Select Wallet --}}

Pay From

{{-- trigger --}}

{{ $userWalletsInUSD[0]['name'] }} ({{ $userWalletsInUSD[0]['symbol'] }})

{{-- dropdown --}}
{{-- Username Input --}}

Recipient Username

{{-- Hidden Fields --}} {{-- Amount --}}

Amount

{{-- Fee --}}

Fee (1.5%)

0.00 USD

{{-- Wallet Balance --}}

Wallet Balance

{{ number_format($userWalletsInUSD[0]['balance_in_usd'], 2) }} USD

{{-- They Will Receive --}}

They Will Receive

0.00 USD

{{-- Submit --}}
@endsection @section('scripts') @endsection