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

{{ trans('plugins/real-estate::dashboard.hello') }}, {{ auth('account')->user()->name }}

{{ trans('plugins/real-estate::dashboard.joined_on', ['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) !!} {{ trans('plugins/real-estate::dashboard.credits') }}

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

{{ trans('plugins/real-estate::dashboard.buy_credits') }} {!! apply_filters('real_estate_account_dashboard_sidebar_top_account_credits_after', null) !!}
@endif