{{--
  • {{__("Setup Tour")}}
  • --}}
  • {{__("seller.VisitSite")}}
  • @if(in_array('Super Admin',auth()->user()->getRoleNames()->toArray()))

    Settings

    close
    @csrf
    {{ __("Enable Multiseller") }}
    If enabled than Multiseller system will be active on your portal.
    {{ __("Enable Preloader") }}
    Enable or disable preloader by toggling it.
    {{ __("APP DEBUG") }}
    Turn it ON. IF you face 500 error.
    {{ __("Disable Right Click?") }}
    right_click=='1' ? "checked" : "" }} />
    If enabled than Right click will not work on whole project.
    {{ __("Disables Inspect Element?") }}
    inspect == '1' ? "checked" : "" }}/>
    CTRL+U OR CTRL+SHIFT+I keys not work on whole project.
    {{ __("Login to display price") }}
    login=='1' ? "checked" : "" }} />
    If enabled only logged in users will able to see product prices.
    {{ __("Enable email verification on registration?") }}
    email_verify_enable == 1 ? "checked" : "" }} />
    If enabled than email will be sent to user when register.
    {{ __("Enable Cash on delivery?") }}
    If enabled than cash on delivery will enable on payment page.
    {{ __("Hide sidebar?") }}
    By toggling it make the full width front page it.
    @endif

    @if(auth()->user()->unreadnotifications->where('n_type','=','order_v')->count()) {{ __('staticwords.Youhave') }} {{ auth()->user()->unreadnotifications->where('n_type','=','order_v')->count() }} {{ __('staticwords.New Orders Notification') }}! @else {{ __('staticwords.NoNotifications') }} @endif

    close
    @if(auth()->user()->unreadnotifications->where('n_type','=','order_v')->count()) {{ __('staticwords.Mark all as read') }}
    @endif
    @if(auth()->user()->unreadnotifications->where('n_type','=','order_v')->count()) @foreach(auth()->user()->unreadNotifications->where('n_type','=','order_v') as $notification)
    product #{{ $notification->data['data'] }}
    {{ date('jS M y',strtotime($notification->created_at)) }}
    @endforeach @else

    {{ __("staticwords.NoNotifications") }}

    @endif