rtl_available == 1) dir="rtl" @endif> @notify_js @notify_render @inject('footermenus','App\FooterMenu') @inject('menus','App\Menu') @php $theme = App\ThemeSetting::query(); //Run Cart Realtime updation if price of product change during when product is already in cart if(Auth::check() && !empty(Auth::user()->cart)){ $cart = Auth::user()->cart; App\Jobs\CartPriceChange::dispatch($cart); } //Run Cart Realtime updation if price of product change during when product is already in cart if(!empty(session()->get('cart'))){ $cart = session()->get('cart'); App\Jobs\GuestCartPriceChange::dispatchNow($cart); } //Run wallet point expire background process if(!empty(Auth::user()->wallet)){ $historywallet = Auth::user()->wallet->wallethistory; $wallet = Auth::user()->wallet; App\Jobs\WalletExpire::dispatch($wallet,$historywallet); } @endphp {!! SEO::generate() !!} @yield('title') {{ $title}} - {{ $seoset->metadata_des }} @if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on') @endif @include('front.layout.patterns.pattern1') @include('front.layout.patterns.pattern2') @include('front.layout.patterns.pattern3') @include('front.layout.patterns.pattern4') @include('front.layout.patterns.pattern5') @if(isset($selected_language) && $selected_language->rtl_available == 1) @endif @if(file_exists('css/custom-style.css')) @endif @notify_css