@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()) {{__("You have")}} {{ auth()->user()->unreadnotifications->where('n_type','=','order_v')->count() }} {{__("New Orders")}} {{__("Notification!")}} @else {{ __("No Notifications") }} @endif

close
@if(auth()->user()->unreadnotifications->where('n_type','=','order_v')->count()) {{ __('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

{{ __("No Notifications") }}

@endif