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

{{ $title }}

@if ($user->wallet_address)
Connected Wallet

{{ $user->wallet_address }}

@else
You haven't connected a wallet yet. Please connect a wallet to withdraw your profits. Connect Wallet
@endif
@csrf
{{ currency($user->currency) }}{{ formatAmount($maxAmount) }}
{{ currency($user->currency) }}
@error('amount')
{{ $message }}
@enderror
@endsection