@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('Status') @if($user->status == 1) @lang('Active') @elseif($user->status == 0) @lang('Banned') @endif
  • @lang('Balance') {{showAmount($user->balance)}} {{__($general->cur_text)}}
@lang('Information of') {{$user->fullname}}
@csrf
status) checked @endif>
ev) checked @endif>
sv) checked @endif>
ts) checked @endif>
tv) checked @endif>
kv == 1) checked @endif>
{{-- Add Sub Balance MODAL --}} @endsection