@if (@helper::checkaddons('pwa')) @if (helper::appdata()->pwa == 1) @include('web.pwa.pwa') @endif @endif @yield('styles')
@include('web.layout.header')
@yield('content') @include('web.layout.footer')
@if (!request()->is('cart') && !request()->is('checkout')) @if (helper::get_user_cart() != 0)

{{ helper::get_user_cart() }} {{ trans('labels.item_added') }}

{{ trans('labels.view') }} {{ trans('labels.cart') }}
@endif @endif {{-- cookie modal --}} @include('cookie-consent::index')
@if (@helper::checkaddons('age_verification')) @include('web.age_modal') @endif @if (@helper::checkaddons('sales_notification')) @include('web.sales_notification') @endif @if (@helper::checkaddons('quick_call')) @if (@helper::appdata()->quick_call == 1) @include('web.quick_call') @endif @endif @if (@helper::checkaddons('age_verification')) @if (@helper::getagedetails($vendordata->id)->age_verification_on_off == 1) @endif @else @endif @if (@helper::checkaddons('whatsapp_message')) @if (@helper::getwhatsappmessage()->whatsapp_chat_on_off == 1) @include('web.whatsapp_chat') @endif @endif @if (@helper::checkaddons('tawk_addons')) @if (@helper::appdata()->tawk_on_off == 1) {!! @helper::appdata()->tawk_widget_id !!} @endif @endif @if (@helper::checkaddons('wizz_chat')) @if (@helper::appdata()->wizz_chat_on_off == 1) {!! @helper::appdata()->wizz_chat_settings !!} @endif @endif @if (@helper::checkaddons('sales_notification')) @if (helper::appdata()->fake_sales_notification == 1) @endif @endif @yield('scripts')