@extends('admin.layouts.app') @section('panel')
profile-image
{{ $user->name }}

Username {{ $user->username }}

E-mail {{ $user->email }}

Phone {{ $user->mobile ?: 'Not available'}}

@foreach($user->wallets as $wallet)

{{str_replace('_',' ',strtoupper($wallet->type))}} {{ $general->cur_sym }}{{ formatter_money($wallet->balance) }}

@endforeach

Status @switch($user->status) @case(1) Active @break @case(2) Banned @break @endswitch

{{ $general->cur_text}} {{ formatter_money($withdrawals->total) }}

Total Withdrawals

{{ $general->cur_text}} {{ formatter_money($deposits->total) }}

Total Deposits

{{ $transactions }}

Total Transactions
@csrf

Street
City
State
Zip/Postal
Country

Status

status) checked @endif>

Email Verification

ev) checked @endif>

SMS Verification

sv) checked @endif>

2FA Status

ts) checked @endif>

2FA Verification

tv) checked @endif>
{{-- Add Sub Balance MODAL --}} {{-- Send Email MODAL --}} @endsection @push('style') @endpush @push('script') @endpush