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

Funds Withdrawal

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

Select Wallet

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

{{-- Dropdown --}}
{{-- Hidden Field --}} {{-- Amount --}}

Amount

{{-- Crypto Wallet Address --}}

Your Wallet Address

{{-- Bank Details (Visible only if USD is selected) --}} {{-- Wallet Balance --}}

Wallet Balance

{{ $settings->currency }}{{ number_format($userWalletsInUSD[0]['balance_in_usd'], 2) }}

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