{{ env('APP_NAME') }}
{{ Str::limit(env('APP_NAME'), $limit = 1) }}
    @if(Auth::user()->role_id==1) @can('dashboard')
  • {{ __('Dashboard') }}
  • @endcan @can('order.list')
  • {{ __('Orders') }}
  • @endcan @php $plan=false; @endphp @can('plan.create') @php $plan=true; @endphp @endcan @can('plan.list') @php $plan=true; @endphp @endcan @if($plan == true)
  • {{ __('Plans') }}
      @can('plan.create')
    • {{ __('Create') }}
    • @endcan @can('plan.list')
    • {{ __('All Plans') }}
    • @endcan
  • @endif @can('report.view')
  • {{ __('Reports') }}
  • @endcan @can('customer.create','customer.list','customer.request','customer.list')
  • Customers
      @can('customer.create')
    • {{ __('Create Customer') }}
    • @endcan @can('customer.list')
    • {{ __('All Customers') }}
    • @endcan @can('customer.request')
    • {{ __('Customer Request') }}
    • @endcan @can('customer.list')
    • {{ __('Suspended Customers') }}
    • @endcan
  • @endcan @can('domain.create','domain.list')
  • {{ __('Domains') }}
      @can('domain.create')
    • {{ __('Create Domain') }}
    • @endcan @can('domain.list')
    • {{ __('All Domains') }}
    • @if(getenv("AUTO_APPROVED_DOMAIN") !== false)
    • {{ __('Custom Domains Requests') }}
    • @endif @endcan
  • @endcan @can('cron_job')
  • {{ __('Cron Jobs') }}
  • @endcan @can('payment_gateway.config')
  • {{ __('Payment Gateways') }}
  • @endcan @can('template.list')
  • {{ __('Templates') }}
  • @endcan @can('page.create','page.list')
  • {{ __('Pages') }}
      @can('page.create')
    • {{ __('Create Pages') }}
    • @endcan @can('page.list')
    • {{ __('All Pages') }}
    • @endcan
  • @endcan @can('language_edit')
  • {{ __('Language') }}
    • {{ __('Create language') }}
    • {{ __('Manage language') }}
  • @endcan @can('site.settings')
  • {{ __('Appearance') }}
    • {{ __('Frontend Settings') }}
    • {{ __('Gallery') }}
    • {{ __('Menu') }}
    • {{ __('SEO') }}
  • @endcan @can('marketing.tools')
  • {{ __('Marketing Tools') }}
  • @endcan @can('site.settings','environment.settings')
  • {{ __('Settings') }}
      @can('site.settings')
    • {{ __('Site Settings') }}
    • @endcan @can('environment.settings')
    • {{ __('System Environment') }}
    • @endcan
  • @endcan @can('admin.list','role.list')
  • {{ __('Admins & Roles') }}
      @can('role.list')
    • {{ __('Roles') }}
    • @endcan @can('admin.list')
    • {{ __('Admins') }}
    • @endcan
  • @endcan @endif @if(Auth::user()->role_id==3) @php $plan_limit=user_limit(); @endphp
  • {{ __('Dashboard') }}
  • {{ __('Orders') }}
    • {{ __('All Orders') }}
    • {{ __('Canceled') }}
  • {{ __('Products') }}
    • {{ __('All Products') }}
    • {{ __('Inventory') }} @if(filter_var($plan_limit['inventory']) != true) @endif
    • {{ __('Categories') }}
    • {{ __('Attributes') }}
    • {{ __('Brands') }}
    • {{ __('Coupons') }}
  • @if(env('MULTILEVEL_CUSTOMER_REGISTER') == true)
  • {{ __('Customers') }}
  • @endif
  • {{ __('Transactions') }}
  • {{ __('Reports') }}
  • {{ __('Review & Ratings') }}
  • {{ __('Shipping') }}
    • {{ __('locations') }}
    • {{ __('Shipping Price') }}
  • {{ __('Offer & Ads') }}
    • {{ __('Bump Ads') }}
    • {{ __('Banner Ads') }}
  • {{ __('Settings') }}
    • {{ __('Shop Settings') }}
    • {{ __('Payment Options') }}
    • {{ __('Subscriptions') }}
    • @if(getenv("AUTO_APPROVED_DOMAIN") !== false)
    • {{ __('Domain Settings') }}
    • @endif
  • {{ __('Marketing Tools') }}
    • {{ __('Google Analytics') }}
    • {{ __('Google Tag Manager') }}
    • {{ __('Facebook Pixel') }}
    • {{ __('Whatsapp Api') }}
  • @if(filter_var($plan_limit['live_support']) != true) @else @endif {{ __('Technical Support') }}
  • {{ __('SALES CHANNELS') }}
  • {{ __('Online store') }}
    • {{ __('Themes') }}
    • {{ __('Menus') }}
    • {{ __('Pages') }}
    • {{ __('Sliders') }}
    • {{ __('Seo') }}
  • {{ __('Your Website') }}
    @endif