logo
  • {{ __('Dashboard') }}
  • {{ __('Users') }}
  • @canany(['users.view','roles.view'])
  • {{ __('Users') }}
      @can('users.view')
    • {{__('All users')}}
    • @endcan @can('roles.view')
    • {{ __('Roles and Permissions') }}
    • @endcan
  • @endcan
  • {{ __('Stores & Products') }}
  • @if(isset($vendor_system) && $vendor_system == 1) @canany(['stores.accept.request','stores.view'])
  • {{ __('Store') }}
      @can('stores.view')
    • {{__('Stores')}}
    • @endcan @if($vendor_system==1) @can('stores.accept.request')
    • {{__('Stores Request')}}
    • @endcan @endif
  • @endcan @endif @canany(['review.view','brand.view','category.view','subcategory.view','childcategory.view','products.view','products.import','attributes.view','coupans.view','returnpolicy.view','units.view','specialoffer.view'])
  • {{ __('Products Management') }}
      @can('brand.view')
    • {{ __('Brands') }}
    • @if($genrals_settings->vendor_enable == 1)
    • {{ __('Requested Brands') }} @php $brands = App\Brand::where('is_requested','=','1')->where('status','0')->orderBy('id','DESC')->count(); @endphp @if($brands !=0) {{ $brands }} @endif
    • @endif @endcan
    • {{__('Categories')}}
        @can('category.view')
      • {{ __('Categories') }}
      • @endcan @can('subcategory.view')
      • {{ __('Subcategories') }}
      • @endcan @can('childcategory.view')
      • {{ __('Childcategories') }}
      • @endcan
    • @can('products.view')
    • {{ __('Variant Products') }}
    • @endcan @can('products.view')
    • {{__("Simple Products")}}
    • @endcan @can('products.import')
    • {{ __('Import Products') }}
    • @endcan @can('attributes.view')
    • {{ __('Product Attributes') }}
    • @endcan @can('coupans.view')
    • Coupons
    • @endcan @can('returnpolicy.view')
    • {{ __('Return Policy Settings') }}
    • @endcan @can('units.view')
    • {{ __('Units') }}
    • @endcan @can('specialoffer.view')
    • {{ __('Special Offers') }}
    • @endcan @can('review.view')
    • {{ __('All Reviews') }}
    • {{ __('Reviews For Approval') }}
    • @endcan @can('commission.manage') @if($cms->type =='c')
    • {{ __("Commissions") }}
    • @endif
    • {{ __('Commission Setting') }}
    • @endcan @can('sizechart.manage')
    • {{__("Size chart")}}
    • @endcan
  • @endcan @can('reported-products.view')
  • {{ __('Reported Products') }}
  • @endcan
  • {{ __('Financial') }}
  • @canany(['order.view','invoicesetting.view'])
  • {{ __('Orders & Invoices') }}
    • {{ __('All Orders') }}
    • {{__('Pre Orders')}}
    • {{__('Pending Orders')}}
    • {{__('Canceled Orders')}}
    • {{ __('Returned Orders') }}
    • @can('invoicesetting.view')
    • {{ __('Invoice Setting') }}
    • @endcan @can('invoicesetting.view')
    • {{ __('Invoice Design') }}
    • @endcan
    • {{ __('Return Reasons') }}
  • @endcan @canany(['order.view'])
  • {{ __("Inhouse orders") }}
    • {{__('All Orders')}}
    • {{__('Create order')}}
    • {{__('Reports')}}
  • @endcan @canany(['shipping.manage','taxsystem.manage'])
  • @can('shipping.manage') {{ __('Shipping & Taxes') }} @endcan @can('taxsystem.manage')
    • {{ __('Tax Classes') }}
    • {{ __('Tax Rates') }}
    • {{ __('Zones') }}
    • {{ __('Shipping') }}
    @endcan
  • @endcan @if($genrals_settings->vendor_enable == 1) @can('sellerpayout.manage')
  • {{ __('Seller Payouts') }}
    • {{ __('Pending Payouts') }}
    • {{__('Completed Payouts')}}
  • @endcan @endif
  • {{ __('Marketing') }}
  • @canany(['hotdeals.view','blockadvertisments.view','advertisements.view','testimonials.view','offerpopup.setting','pushnotification.settings'])
  • {{ __('Marketing Tools') }}
      @can('hotdeals.view')
    • {{ __('Hot Deals') }}
    • @endcan @can('blockadvertisments.view')
    • {{ __('Block Advertisments') }}
    • @endcan @can('advertisements.view')
    • {{ __('Advertisements') }}
    • @endcan @can('testimonials.view')
    • {{ __('Testimonials') }}
    • @endcan @can('offerpopup.setting')
    • {{ __('Offer PopUp Settings') }}
    • @endcan @can('pushnotification.settings')
    • {{ __('Push Notifications') }}
    • @endcan @can('hotdeals.view')
    • {{ __('Flash sales') }}
    • @endcan
  • @endcan @can('wallet.manage')
  • {{ __('Wallet') }}
  • @endcan @if(Module::has('SellerSubscription') && Module::find('SellerSubscription')->isEnabled()) @include('sellersubscription::admin.menu') @endif @can('affiliatesystem.manage')
  • {{__("Affiliate Manager")}} {{ __('NEW') }}
    • {{__("Affiliate Settings")}}
    • @if($aff_system->enable_affilate == 1)
    • {{__("Affiliate Reports")}}
    • @endif
  • @endcan
  • {{ __('Content') }}
  • @can('reports.view')
  • {{ __("Reports") }}
    • {{__("Stock report")}}
    • {{__("Sales report")}}
    • {{__("Most viewed products")}}
    • {{__("Login device history")}}
  • @endcan @can('menu.view')
  • {{ __('Menu Management') }}
  • @endcan @can('location.manage')
  • {{ __('Locations') }}
    • {{ __('Countries') }}
    • {{ __('States') }}
    • {{ __('Cities') }}
    • {{ __('Delivery Locations') }}
  • @endcan
  • {{ __('Setting') }}
  • @can('currency.manage')
  • {{__('Currency settings')}}
  • @endcan @canany(['pages.view','blog.view','site-settings.style-settings','site-settings.footer-customize','site-settings.social-handle','pwa.setting.index','color-options.manage','faq.view','widget-settings.manage','payment-gateway.manage','manual-payment.view','sliders.manage'])
  • {{ __("Front Settings") }}
      @can('sliders.manage')
    • Sliders
      • {{ __('Sliders') }}
      • {{ __('Top Category Slider') }}
    • @endcan @can('pwasettings.manage')
    • {{ __('PWA Settings') }}
    • @endcan @can('color-options.manage')
    • {{ __('Color Options') }}
    • @endcan @can('faq.view')
    • {{ __('FAQ\'s') }}
    • @endcan @can('widget-settings.manage')
    • {{ __('Widgets Settings') }}
    • @endcan @can('payment-gateway.manage')
    • {{ __('Payment Gateway Settings') }}
    • @endcan @can('manual-payment.view')
    • {{ __("Offline Payment Gateway") }}
    • @endcan @can('site-settings.style-settings')
    • {{ __('Custom Style and JS') }}
    • @endcan @can('site-settings.footer-customize')
    • {{ __("Footer Customizations") }}
    • @endcan @can('site-settings.social-handle')
    • {{ __('Social Handler Settings') }}
    • @endcan @can('blog.view')
    • {{ __('Blogs') }}
    • @endcan @can('pages.view')
    • {{ __('Pages') }}
    • @endcan
  • @endcan @canany(['terms-settings.update','others.abuse-word-manage','site-settings.bank-settings','site-settings.dashboard-settings','site-settings.footer-customize','site-settings.genral-settings','site-settings.genral-settings','site-settings.language','site-settings.mail-settings','site-settings.maintenance-mode','site-settings.sms-settings','site-settings.social-handle','site-settings.social-login-settings','site-settings.style-settings'])
  • {{ __('Site Settings') }}
      @can('site-settings.genral-settings')
    • {{ __('General Settings') }}
    • @endcan @can('seo.manage')
    • SEO
    • {{ __('SEO directory') }}
    • @endcan @can('site-settings.language')
    • {{ __('Site Languages') }}
    • @endcan @can('site-settings.mail-settings')
    • {{ __('Mail Settings') }}
    • @endcan @can('site-settings.social-login-settings')
    • {{ __('Social Login Settings') }}
    • @endcan @can('site-settings.sms-settings')
    • {{ __('SMS Settings') }}
    • @endcan @can('site-settings.dashboard-settings')
    • {{ __('Admin Dashboard Settings') }}
    • @endcan @can('site-settings.maintenance-mode')
    • {{ __("Maintenance Mode") }}
    • @endcan @can('terms-settings.update')
    • {{ __('Terms Pages') }}
    • @endcan @can('site-settings.bank-settings')
    • {{ __('Bank Details') }}
    • @endcan @can('others.abuse-word-manage')
    • {{ __('Abuse Word Settings') }}
    • @endcan
  • @endcan @can('mediamanager.manage')
  • {{ __("Media Manager") }}
  • @endcan @can('chat.manage')
  • {{ __("My Chats") }}
  • @endcan @can('addon-manager.manage')
  • {{ __("Add-on Manager") }} {{ __('NEW') }}
  • @endcan
  • {{ __('Support') }}
  • @can('support-ticket.manage')
  • {{ __('Support Tickets') }}
  • @endcan @canany(['others.importdemo','others.database-backup','others.systemstatus'])
  • {{ __('Help & Support') }}
      @can('others.importdemo')
    • {{ __('Import Demo') }}
    • @endcan @can('others.database-backup')
    • {{ __('Database Backup') }}
    • @endcan @can('others.systemstatus')
    • {{ __('System Status') }}
    • @endcan @if(auth()->user()->getRoleNames()->contains('Super Admin'))
    • {{ __("Remove Public & Force HTTPS") }}
    • @endif
  • @endcan
  • {{ __('Clear Cache') }}