{{ auth('account')->user()->name }}

{{ __('Hello') }}, {{ auth('account')->user()->name }}

{{ __('Joined on :date', ['date' => auth('account')->user()->created_at->translatedFormat('M d, Y')]) }}
@if (RealEstateHelper::isEnabledCreditsSystem())
{!! apply_filters('real_estate_account_dashboard_sidebar_top_account_credits_before', null) !!} {{ __('Credits') }}

{{ number_format(auth('account')->user()->credits) }}

{{ __('Buy credits') }} {!! apply_filters('real_estate_account_dashboard_sidebar_top_account_credits_after', null) !!}
@endif