@t('def.my_profile')
{{ user()->name }}
{!! user()->getCurrentUser()->getDisplayName() !!}

#{{ user()->id }}

@if (sizeof(payments()->getAllGateways() ?? 0 > 0))
{{ __('def.balance') }}
{{ user()->balance }} {{ config('lk.currency_view') }}
@if (config('lk.only_modal')) {{ __('def.top_up') }} @else {{ __('def.top_up') }} @endif
@endif
@t('def.profile') @can('admin') @t('def.admin_panel') @endcan @t('profile.edit.title')
@csrf @t('def.logout')
@stack('right-sidebar')