@if (theme_option('logo')) {{ theme_option('site_title') }} @else
{{ ucfirst(mb_substr(theme_option('site_title'), 0, 1, 'utf-8')) }}
@endif
    @if (!auth('account')->check())
  • {{ trans('plugins/real-estate::dashboard.login-cta') }}
  • {{ trans('plugins/real-estate::dashboard.register-cta') }}
  • @else
  • {{ auth('account')->user()->name }} {{ auth('account')->user()->name }}
  • {{ trans('plugins/real-estate::dashboard.header_settings_link') }}
  • {{ trans('plugins/real-estate::account.buy_credits') }} {{ auth('account')->user()->credits }} {{ trans('plugins/real-estate::account.credits') }}
  • {!! apply_filters(ACCOUNT_TOP_MENU_FILTER, null) !!}
  • {{ trans('plugins/real-estate::account-property.properties') }}
  • @if (auth('account')->user()->canPost())
  • {{ trans('plugins/real-estate::account-property.write_property') }}
  • @endif
  • {{ trans('plugins/real-estate::dashboard.header_logout_link') }}
    @csrf
  • @endguest