@php($favicon = setting_item('site_favicon')) @include('Layout::parts.seo-meta') @yield('head') {{--Custom Style--}} @if(setting_item_with_lang('enable_rtl')) @endif @if(!is_demo_mode()) {!! setting_item('body_scripts') !!} @endif
@include('Layout::parts.topbar') @include('Layout::parts.header')
@include('User::frontend.layouts.sidebar')
@include('Layout::parts.user-bc') @yield('content')
@include('Layout::parts.footer',['is_user_page'=>1])
@if(!is_demo_mode()) {!! setting_item('footer_scripts') !!} @endif