@stack('css_or_js')
@php($google_tag_manager_id = \App\CPU\Helpers::get_business_settings('google_tag_manager_id'))
@if($google_tag_manager_id )
@endif
@php($pixel_analytices_user_code =\App\CPU\Helpers::get_business_settings('pixel_analytics'))
@if($pixel_analytices_user_code)
@endif
@if($google_tag_manager_id)
@endif
{{--loader--}}
{{--loader--}}
@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._seller-login')
@include('theme-views.layouts.partials.modal._quick-view')
@include('theme-views.layouts.partials.modal._initial')
@php($whatsapp = \App\CPU\Helpers::get_business_settings('whatsapp'))
@if(isset($whatsapp['status']) && $whatsapp['status'] == 1 )
@endif
{!! Toastr::message() !!}
@if ($errors->any())
@endif
@stack('script')