{{ PageTitle::getTitle(false) }}
@if (is_plugin_active('language'))
@include('plugins/real-estate::themes.dashboard.layouts.language-switcher')
@endif
{{ __('Go to homepage') }}
@if (auth('account')->check() && !auth('account')->user()->canPost())
{{ trans('plugins/real-estate::package.add_credit') }}
@endif
@yield('content')