@lang('app.pyour_balance'): {{ number_format(auth()->user()->balance, 2, '.', '') }} {{ isset($currency) ? $currency : 'USD' }}
@lang('app.logout')
{{ number_format(auth()->user()->balance, 2, '.', '') }} {{ isset($currency) ? $currency : 'EUR' }}
@if (!isset(auth()->user()->username))
@endif