{{ 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')