@extends('Template::layouts.master') @section('content')
Image
@lang('Name'): {{ __(@$user->fullname) }}
@lang('Username'): {{ __(@$user->username) }}
  • @lang('Balance'){{ getAmount($user->balance) }} {{ __(gs()->cur_text) }}
  • @lang('Credit'){{ getAmount($user->credit) }} @lang('credit')
  • @lang('Plan'){{ __(@$user->userPlan->name) }}
@csrf
@endsection @push('script') @endpush