@php
use function App\Utils\hex_to_rgb;
@endphp
@stack('css_or_js')
@include(VIEW_FILE_NAMES['robots_meta_content_partials'])
@yield('title')
@php($google_tag_manager_id = getWebConfig(name: 'google_tag_manager_id'))
@if($google_tag_manager_id )
@endif
@php($pixel_analytices_user_code =getWebConfig(name: 'pixel_analytics'))
@if($pixel_analytices_user_code)
@endif
@if($google_tag_manager_id)
@endif
@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 )
@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')