@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') @include('theme-views.layouts.partials._header') @include('theme-views.layouts.partials._settings-sidebar') @yield('content') @include('theme-views.layouts.partials._feature') @include('theme-views.layouts.partials._footer')
@include('theme-views.layouts.partials._app-bar')
@php($cookie = $web_config['cookie_setting'] ? json_decode($web_config['cookie_setting']['value'], true):null) @if($cookie && $cookie['status']==1) @endif @include('theme-views.layouts.partials.modal._register') @include('theme-views.layouts.partials.modal._login') @include('theme-views.layouts.partials.modal._quick-view') @include('theme-views.layouts.partials.modal._buy-now') @include('theme-views.layouts.partials.modal._initial') @php($whatsapp = getWebConfig(name: 'whatsapp'))
@if(isset($whatsapp['status']) && $whatsapp['status'] == 1 )
Chat with us on WhatsApp
@endif
@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')