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

Wallet Topup

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

Select Wallet

{{-- trigger --}}

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

{{-- dropdown --}}
{{-- hidden field --}} {{-- Amount --}}

Amount

{{-- Wallet Balance --}}

Wallet Balance

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

{{-- Submit --}}
@endsection