@if(get_setting('system_logo_white') != null) {{ get_setting('site_name') }} @else {{ get_setting('site_name') }} @endif
  • {{translate('Dashboard')}}
  • @if(Auth::user()->user_type == 'admin' || in_array('2', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Products')}}
    • {{translate('Add New product')}}
    • {{ translate('All Products') }}
    • {{ translate('In House Products') }}
    • @if(get_setting('vendor_system_activation') == 1)
    • {{ translate('Seller Products') }}
    • @endif
    • {{ translate('Digital Products') }} {{translate('Category')}}
    • {{translate('Brand')}}
    • {{translate('Attributes')}}
    • {{translate('Product Colors')}}
    • {{translate('Product Reviews')}}
  • @endif
  • {{translate('Pages')}}
    • {{translate('Add New')}}
      {{translate('All Pages')}}
    • {{translate('Homepage')}}
  • {{translate('Orders')}}
      @if(Auth::user()->user_type == 'admin' || in_array('3', json_decode(Auth::user()->staff->role->permissions)))
    • {{translate('All Orders')}}
    • @endif @if(Auth::user()->user_type == 'admin' || in_array('4', json_decode(Auth::user()->staff->role->permissions)))
    • {{translate('Inhouse Orders')}}
    • @endif @if(Auth::user()->user_type == 'admin' || in_array('5', json_decode(Auth::user()->staff->role->permissions)))
    • {{translate('Seller Orders')}}
    • @endif @if(Auth::user()->user_type == 'admin' || in_array('6', json_decode(Auth::user()->staff->role->permissions)))
    • {{translate('Pick-up Point Order')}}
    • @endif
  • @if (\App\Addon::where('unique_identifier', 'delivery_boy')->first() != null && \App\Addon::where('unique_identifier', 'delivery_boy')->first()->activated) @if(Auth::user()->user_type == 'admin' || in_array('1', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Delivery Boy')}} @if (env("DEMO_MODE") == "On") Addon @endif
    • {{translate('All Delivery Boy')}}
    • {{translate('Add Delivery Boy')}}
    • {{translate('Cancel Request')}}
    • {{translate('Configuration')}}
  • @endif @endif @if (\App\Addon::where('unique_identifier', 'refund_request')->first() != null && \App\Addon::where('unique_identifier', 'refund_request')->first()->activated) @if(Auth::user()->user_type == 'admin' || in_array('7', json_decode(Auth::user()->staff->role->permissions)))
  • {{ translate('Refunds') }} @if (env("DEMO_MODE") == "On") Addon @endif
    • {{translate('Refund Requests')}}
    • {{translate('Approved Refunds')}}
    • {{translate('rejected Refunds')}}
    • {{translate('Refund Configuration')}}
  • @endif @endif @if(Auth::user()->user_type == 'admin' || in_array('8', json_decode(Auth::user()->staff->role->permissions)))
  • {{ translate('Customers') }}
    • {{ translate('Customer list') }}
    • @if(get_setting('classified_product') == 1)
    • {{translate('Classified Products')}}
    • {{ translate('Classified Packages') }}
    • @endif
  • @endif @if((Auth::user()->user_type == 'admin' || in_array('9', json_decode(Auth::user()->staff->role->permissions))) && get_setting('vendor_system_activation') == 1)
  • {{ translate('Sellers') }}
    • @php $sellers = \App\Seller::where('verification_status', 0)->where('verification_info', '!=', null)->count(); @endphp {{ translate('All Seller') }} @if($sellers > 0){{ $sellers }} @endif
    • {{ translate('Payouts') }}
    • {{ translate('Payout Requests') }}
    • {{ translate('Seller Commission') }}
    • @if (\App\Addon::where('unique_identifier', 'seller_subscription')->first() != null && \App\Addon::where('unique_identifier', 'seller_subscription')->first()->activated)
    • {{ translate('Seller Packages') }} @if (env("DEMO_MODE") == "On") Addon @endif
    • @endif
    • {{ translate('Seller Verification Form') }}
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('22', json_decode(Auth::user()->staff->role->permissions)))
  • {{ translate('Uploaded Files') }}
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('10', json_decode(Auth::user()->staff->role->permissions)))
  • {{ translate('Reports') }}
    • {{ translate('In House Product Sale') }}
    • {{ translate('Seller Products Sale') }}
    • {{ translate('Products Stock') }}
    • {{ translate('Products Wishlist') }}
    • {{ translate('User Searches') }}
    • {{ translate('Commission History') }}
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('23', json_decode(Auth::user()->staff->role->permissions)))
  • {{ translate('Blog System') }}
    • {{ translate('All Posts') }}
    • {{ translate('Categories') }}
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('11', json_decode(Auth::user()->staff->role->permissions)))
  • {{ translate('Marketing') }}
      @if(Auth::user()->user_type == 'admin' || in_array('2', json_decode(Auth::user()->staff->role->permissions)))
    • {{ translate('Flash deals') }}
    • @endif @if(Auth::user()->user_type == 'admin' || in_array('7', json_decode(Auth::user()->staff->role->permissions)))
    • {{ translate('Newsletters') }}
    • @if (\App\Addon::where('unique_identifier', 'otp_system')->first() != null && \App\Addon::where('unique_identifier', 'otp_system')->first()->activated)
    • {{ translate('Bulk SMS') }} @if (env("DEMO_MODE") == "On") Addon @endif
    • @endif @endif
    • {{ translate('Subscribers') }}
    • {{ translate('Coupon') }}
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('12', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Support')}}
      @if(Auth::user()->user_type == 'admin' || in_array('12', json_decode(Auth::user()->staff->role->permissions))) @php $support_ticket = DB::table('tickets') ->where('viewed', 0) ->select('id') ->count(); @endphp
    • {{translate('Ticket')}} @if($support_ticket > 0){{ $support_ticket }}@endif
    • @endif @php $conversation = \App\Conversation::where('receiver_id', Auth::user()->id)->where('receiver_viewed', '1')->get(); @endphp @if(Auth::user()->user_type == 'admin' || in_array('12', json_decode(Auth::user()->staff->role->permissions)))
    • {{translate('Product Queries')}} @if (count($conversation) > 0) {{ count($conversation) }} @endif
    • @endif
  • @endif @if (\App\Addon::where('unique_identifier', 'affiliate_system')->first() != null && \App\Addon::where('unique_identifier', 'affiliate_system')->first()->activated) @if(Auth::user()->user_type == 'admin' || in_array('15', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Affiliate System')}} @if (env("DEMO_MODE") == "On") Addon @endif
    • {{translate('Affiliate Registration Form')}}
    • {{translate('Affiliate Configurations')}}
    • {{translate('Affiliate Users')}}
    • {{translate('Referral Users')}}
    • {{translate('Affiliate Withdraw Requests')}}
    • {{translate('Affiliate Logs')}}
  • @endif @endif @if (\App\Addon::where('unique_identifier', 'offline_payment')->first() != null && \App\Addon::where('unique_identifier', 'offline_payment')->first()->activated) @if(Auth::user()->user_type == 'admin' || in_array('16', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Offline Payment System')}} @if (env("DEMO_MODE") == "On") Addon @endif
    • {{translate('Manual Payment Methods')}}
    • {{translate('Offline Wallet Recharge')}}
    • @if(get_setting('classified_product') == 1)
    • {{translate('Offline Customer Package Payments')}}
    • @endif @if (\App\Addon::where('unique_identifier', 'seller_subscription')->first() != null && \App\Addon::where('unique_identifier', 'seller_subscription')->first()->activated)
    • {{translate('Offline Seller Package Payments')}} @if (env("DEMO_MODE") == "On") Addon @endif
    • @endif
  • @endif @endif @if (\App\Addon::where('unique_identifier', 'paytm')->first() != null && \App\Addon::where('unique_identifier', 'paytm')->first()->activated) @if(Auth::user()->user_type == 'admin' || in_array('17', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Paytm Payment Gateway')}} @if (env("DEMO_MODE") == "On") Addon @endif
    • {{translate('Set Paytm Credentials')}}
  • @endif @endif @if (\App\Addon::where('unique_identifier', 'club_point')->first() != null && \App\Addon::where('unique_identifier', 'club_point')->first()->activated) @if(Auth::user()->user_type == 'admin' || in_array('18', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Club Point System')}} @if (env("DEMO_MODE") == "On") Addon @endif
    • {{translate('Club Point Configurations')}}
    • {{translate('Set Product Point')}}
    • {{translate('User Points')}}
  • @endif @endif @if (\App\Addon::where('unique_identifier', 'otp_system')->first() != null && \App\Addon::where('unique_identifier', 'otp_system')->first()->activated) @if(Auth::user()->user_type == 'admin' || in_array('19', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('OTP System')}} @if (env("DEMO_MODE") == "On") Addon @endif
    • {{translate('OTP Configurations')}}
    • {{translate('SMS Templates')}}
    • {{translate('Set OTP Credentials')}}
  • @endif @endif @if(\App\Addon::where('unique_identifier', 'african_pg')->first() != null && \App\Addon::where('unique_identifier', 'african_pg')->first()->activated) @if(Auth::user()->user_type == 'admin' || in_array('19', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('African Payment Gateway Addon')}} @if (env("DEMO_MODE") == "On") Addon @endif
    • {{translate('African PG Configurations')}}
    • {{translate('Set African PG Credentials')}}
  • @endif @endif @if(Auth::user()->user_type == 'admin' || in_array('13', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('All Settings')}}
    • {{translate('Header')}}
    • {{translate('Footer')}}
    • {{translate('Appearance')}}
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('14', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Setup & Configurations')}}
    • {{translate('General Settings')}}
    • {{translate('Features activation')}}
    • {{translate('Languages')}}
    • {{translate('Currency')}}
    • {{translate('Vat & TAX')}}
    • {{translate('Pickup point')}}
    • {{translate('SMTP Settings')}}
    • {{translate('Payment Methods')}}
    • {{translate('Social media Logins')}}
    • {{translate('Analytics Tools')}}
    • {{translate('Facebook')}}
      • {{translate('Facebook Chat')}}
    • {{translate('Google reCAPTCHA')}}
    • {{translate('Shipping')}}
      • {{translate('Shipping Configuration')}}
      • {{translate('Shipping Countries')}}
      • {{translate('Shipping Cities')}}
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('20', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Staffs')}}
    • {{translate('All staffs')}}
    • {{translate('Staff permissions')}}
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('24', json_decode(Auth::user()->staff->role->permissions))) @endif