@if (theme_option('favicon')) @endif @include('plugins/real-estate::themes.dashboard.layouts.header') {!! apply_filters('account_dashboard_header', null) !!} @stack('header')
{!! apply_filters('real_estate_dashboard_header', null) !!} @yield('body', view('plugins/real-estate::themes.dashboard.layouts.body')) @include('plugins/real-estate::themes.dashboard.layouts.footer') {!! Assets::renderFooter() !!} @stack('scripts') @stack('footer') {!! apply_filters(THEME_FRONT_FOOTER, null) !!} @if (Session::has('success_msg') || Session::has('error_msg') || (isset($errors) && $errors->any()) || isset($error_msg)) @endif