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() !!}