@php $header = 'on'; $footer = 'on'; $dahboardStyle = 'off'; @endphp @extends('layouts.wallet') @section('title' , 'Settings') @section('css') @endsection @section('content')

Account
       
{{$user->username}} 
Verified
Upgrade to increase your fiat limits to 2M USD Daily.
Required:
  Proof of address
Account Limits
Crypto Deposit Limit
Unlimited
Crypto Withdrawal Limit
8M USDT Daily
Personal information
Legal Name
{{strtoupper($user->name)}}
Date of Birth
{{__get_date($user->dob)}}
Address
{{__get_profile_address($user->state , $user->country)}}
Identification Documents
{{__get_verification_doc($user->document_type ,$user->document_number)}}
Email Address
{{__mask_email($user->email)}}
If you have questions for Customer Support, please click Customer Support
Verification Levels
Verified
Fiat Limit of 50K USD Daily
Verified:
  Personal information
  Government-issued ID
  Facial recognition
@endsection @section('script') @endsection