@extends('admin.layouts.app') @section('panel')
@lang('profile-image')

{{$user->fullname}}

@lang('Joined At '){{showDateTime($user->created_at,'d M, Y h:i A')}}
@lang('User information')
  • @lang('Username') {{$user->username}}
  • @lang('Ref By') {{$ref_id->username ?? 'N/A'}}
  • @lang('Balance') {{$general->cur_sym}} {{getAmount($user->balance)}}
  • @lang('Total BV') {{getAmount($user->userExtra->bv_left + $user->userExtra->bv_right)}}
  • @lang('Paid Left User') {{$user->userExtra->paid_left}}
  • @lang('Paid Right User') {{$user->userExtra->paid_right}}
  • @lang('Free Left User') {{$user->userExtra->free_left}}
  • @lang('Free Right User') {{$user->userExtra->free_right}}
  • @lang('Status') @switch($user->status) @case(1) @lang('Active') @break @case(2) @lang('Banned') @break @endswitch

@lang('MLM STATS')

@lang('Information')
@csrf
@lang('House number, street address')
status) checked @endif>
ev) checked @endif>
sv) checked @endif>
ts) checked @endif>
tv) checked @endif>
{{-- Add Sub Balance MODAL --}} @endsection @push('script') @endpush