@extends($activeTemplate . 'layouts.master') @section('content')
profile-image
  • @lang('Account No.') {{ $user->account_number }}
  • @if ($user->branch)
  • @lang('Branch') {{ $user->branch->name }}
  • @endif
  • @lang('Username') {{ $user->username }}
  • @lang('Email') {{ $user->email }}
  • @lang('Mobile') +{{ $user->mobile }}
  • @lang('Country') {{ __($user->country_name) }}
@csrf
@lang('For optimal results, please upload an image with a 3.5:3 aspect ratio, which will be resized to') {{getFileSize('userProfile')}} @lang('pixels')
@endsection @push('style') @endpush @push('script') @endpush @push('bottom-menu')
  • @lang('Profile')
  • @if (gs()->modules->referral_system)
  • @lang('Referral')
  • @endif
  • @lang('2FA Security')
  • @lang('Change Password')
  • @lang('Transactions')
  • @lang('Support Tickets')
  • @endpush