@if ($favicon = theme_option('favicon')) @endif {!! SeoHelper::render() !!} {!! Assets::renderHeader(['core']) !!} {!! Html::style('vendor/core/core/base/css/themes/default.css') !!} @if ($isRTL = BaseHelper::siteLanguageDirection() == 'rtl') @endif {!! apply_filters('account_dashboard_header', null) !!} {!! apply_filters('real_estate_dashboard_header', null) !!}
@include('plugins/real-estate::account.components.header')
@if (auth('account')->check() && !auth('account')->user()->canPost())
{{ trans('plugins/real-estate::package.add_credit_warning') }} {{ trans('plugins/real-estate::package.add_credit') }}

@endif @yield('content')
@if (session()->has('status') || session()->has('success_msg') || session()->has('error_msg') || (isset($errors) && $errors->count() > 0) || isset($error_msg)) @endif {!! Assets::renderFooter() !!} @stack('scripts') @stack('footer') {!! apply_filters(THEME_FRONT_FOOTER, null) !!}