@stack('css_or_js') @include(VIEW_FILE_NAMES['robots_meta_content_partials']) {!! getSystemDynamicPartials(type: 'analytics_script') !!} @include('layouts.front-end.partials._modals') @include('layouts.front-end.partials._quick-view-modal') @include('layouts.front-end.partials.modal._buy-now') @include('layouts.front-end.partials._header') @include('layouts.front-end.partials._alert-message')
@yield('content') @include('layouts.front-end.partials._footer') @include('layouts.front-end.partials.modal._dynamic-modals')
@php($whatsapp = getWebConfig(name: 'whatsapp')) @if(isset($whatsapp['status']) && $whatsapp['status'] == 1 ) @endif
{!! Toastr::message() !!} @include('layouts.front-end.partials._firebase-script') @if(env('APP_MODE') == 'demo') @endif @stack('script')