{{--'Frontend Should die HERE'--}} @if(config('analytics.google_analytics_script') != "") @include('partials.front.google-analytics') @endif @yield('meta-tags') @yield('title') @yield('meta-tags-og') @include('includes.front.default-color-settings') @yield('styles') @if(config('settings.enable_google_translation')) @endif @if(config('customcss.css_front') != "") @include('partials.front.custom-css') @endif @include('includes.app_url_script')
@include('partials.front.theme-header') @include('partials.front.theme-navbar')
@yield('above_content')
@include('includes.front.header-alerts') @yield('sidebar') @yield('content')
{{-- Brands Slider --}} @if(config('settings.brands_slider_enable')) @include('partials.front.sliders.brands-slider') @endif
@yield('footer') @include('partials.front.footer') {{----}} @include('includes.front.footer-toaster') @include('includes.front.live-chat-widget') @yield('scripts')