@include('plugins/real-estate::themes.dashboard.layouts.logo', ['cssClass' => 'ps-logo'])
{!! apply_filters('real_estate_account_dashboard_sidebar_top_before', null) !!} @include(apply_filters('real_estate_account_dashboard_sidebar_top', 'plugins/real-estate::themes.dashboard.layouts.sidebar-top')) {!! apply_filters('real_estate_account_dashboard_sidebar_top_after', null) !!}
@include('plugins/real-estate::themes.dashboard.layouts.menu')

{{ PageTitle::getTitle(false) }}

{!! apply_filters('real_estate_account_dashboard_header_buttons_before', null) !!} {{ __('Go to homepage') }} {!! apply_filters('real_estate_account_dashboard_header_buttons_after', null) !!}
@if (auth('account')->check() && !auth('account')->user()->canPost()) {{ trans('plugins/real-estate::package.add_credit') }} @endif @yield('content')