@if (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 @include('core/base::layouts.partials.svg-icon')
@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 (is_plugin_active('language')) @php $supportedLocales = Language::getSupportedLocales(); @endphp @if ($supportedLocales && count($supportedLocales) > 1) @if (count(\Botble\Base\Supports\Language::getAvailableLocales()) > 1) @endif @endif @endif
@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')