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

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

{{ __('Joined on :date', ['date' => auth('account')->user()->created_at->translatedFormat('M d, Y')]) }}
{{ __('Credits') }}

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

{{ __('Buy credits') }}
@include('plugins/real-estate::themes.dashboard.layouts.menu')

{{ PageTitle::getTitle(false) }}

@if (auth('account')->user()->store && auth('account')->user()->id)
@if (is_plugin_active('language')) @include(MarketplaceHelper::viewPath('vendor-dashboard.partials.language-switcher')) @endif {{ __('View your store') }}
@endif
@if (auth('account')->check() && !auth('account')->user()->canPost()) {{ trans('plugins/real-estate::package.add_credit') }} @endif @yield('content')