@stack('css_or_js')
@include(VIEW_FILE_NAMES['robots_meta_content_partials'])
@yield('title')
{!! getSystemDynamicPartials(type: 'analytics_script') !!}
@include('theme-views.layouts.partials._alert-message')
@yield('content')
@include('theme-views.layouts.partials._translate-text-for-js')
@include('theme-views.layouts.partials._route-for-js')
@include('theme-views.layouts.main-script')
@include('theme-views.layouts._firebase-script')
{!! Toastr::message() !!}
@stack('script')