{{--
  • Navigation
  • --}}
  • {{translate('Dashboard')}}
  • @if(Auth::user()->user_type == 'admin' || in_array('20', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Dashboard Daily')}}
  • @endif @if (\App\Addon::where('unique_identifier', 'pos_system')->first() != null && \App\Addon::where('unique_identifier', 'pos_system')->first()->activated)
  • {{translate('POS Manager')}}
    • {{translate('POS Manager')}}
    • {{translate('POS Configuration')}}
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('1', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Products')}}
    • {{translate('Brand')}}
    • @if(Auth::user()->user_type == 'admin' || in_array('1.4', json_decode(Auth::user()->staff->role->permissions)))
    • {{translate('Category')}}
    • {{translate('Subcategory')}}
    • {{translate('Sub Subcategory')}}
    • @endif
    • {{translate('In House Products')}}
    • @if(\App\BusinessSetting::where('type', 'vendor_system_activation')->first()->value == 1)
    • {{translate('Seller Products')}}
    • @endif @if(\App\BusinessSetting::where('type', 'classified_product')->first()->value == 1)
    • {{translate('Classified Products')}}
    • @endif
    • {{translate('Digital Products')}}
    • @if(Auth::user()->id != "320" || Auth::user()->user_type == 'admin')
    • {{translate('Bulk Import')}}
    • {{translate('Bulk Export')}}
    • @php $review_count = DB::table('reviews') ->orderBy('code', 'desc') ->join('products', 'products.id', '=', 'reviews.product_id') ->where('products.user_id', Auth::user()->id) ->where('reviews.viewed', 0) ->select('reviews.id') ->distinct() ->count(); @endphp
    • {{translate('Product Reviews')}}@if($review_count > 0) {{ $review_count }}@endif
    • @endif
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('2', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Flash Deal')}}
  • @if(Auth::user()->user_type == 'admin' || in_array('1.2', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Products Ordering')}}
    • {{ translate('Flash Products') }}
    • {{ translate('Featured Products') }}
    • {{ translate('Category Products') }}
  • @endif @endif @if(Auth::user()->user_type == 'admin' || in_array('3', json_decode(Auth::user()->staff->role->permissions))) @php $orders = DB::table('orders') ->orderBy('code', 'desc') ->join('order_details', 'orders.id', '=', 'order_details.order_id') ->where('order_details.seller_id', \App\User::where('user_type', 'admin')->first()->id) ->where('orders.viewed', 0) ->select('orders.id') ->distinct() ->count(); @endphp
  • {{translate('Orders')}} @if($orders > 0){{ $orders }}@endif
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('14', json_decode(Auth::user()->staff->role->permissions))) {{--
  • {{translate('Pick-up Point Order')}}
  • --}} @endif @if(Auth::user()->user_type == 'admin') @if(Auth::user()->id != "320")
  • {{translate('Total sales')}}
  • @endif @endif @if(Auth::user()->user_type == 'admin' || in_array('22', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Settled Payment')}}
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('21', json_decode(Auth::user()->staff->role->permissions))) @if (\App\Addon::where('unique_identifier', 'refund_request')->first() != null)
  • {{translate('Refund Request')}}
    • {{translate('Refund Requests')}}
    • {{translate('Approved Refund')}}
    • {{translate('Refund Configuration')}}
  • @endif @endif @if((Auth::user()->user_type == 'admin' || in_array('5', json_decode(Auth::user()->staff->role->permissions))) && \App\BusinessSetting::where('type', 'vendor_system_activation')->first()->value == 1)
  • {{translate('Sellers')}}
    • @php $sellers = \App\Seller::where('verification_status', 0)->where('verification_info', '!=', null)->count(); //$withdraw_req = \App\SellerWithdrawRequest::where('viewed', '0')->get(); @endphp {{translate('Seller List')}} @if($sellers > 0) {{ $sellers }} @endif
    • {{translate('Seller Withdraw Requests')}}
    • {{translate('Seller Payments')}}
    • {{translate('Seller Commission')}}
    • {{translate('Seller Verification Form')}}
    • {{translate('Seller Banners')}}
    • @if (\App\Addon::where('unique_identifier', 'seller_subscription')->first() != null && \App\Addon::where('unique_identifier', 'seller_subscription')->first()->activated)
    • {{translate('Seller Packages')}}
    • @endif
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('6', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Customers')}}
    • {{translate('Customer list')}}
    • @if(Auth::user()->user_type == 'admin')
    • {{translate('Classified Packages')}}
    • @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('16', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Conversations')}} @if (count($conversation) > 0) {{ count($conversation) }} @endif
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('17', json_decode(Auth::user()->staff->role->permissions))) @if(Auth::user()->id != "320")
  • {{translate('Reports')}}
    • {{translate('Product Stocks')}}
    • {{translate('Inhouse Product Sales')}}
    • {{translate('Seller-wise Sales')}}
    • {{translate('Product-wise Sales')}}
    • {{translate('Sellers Profile Data')}}
    • {{translate('Customers Profile Data')}}
    • {{translate('Commissions Bill Report')}}
    • {{translate('Payment Status Report')}}
    • {{translate('Seller Sale Report')}}
    • {{translate('Inhouse Products')}}
    • {{translate('Forward Logistics')}}
    • {{translate('Reverse Logistics')}}
    • {{translate('Export Total Order')}}
  • @endif @endif @if(Auth::user()->user_type == 'admin' || in_array('7', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Messaging')}}
    • {{translate('Emails Templates')}}
    • {{translate('Emails')}}
    • @if (\App\Addon::where('unique_identifier', 'otp_system')->first() != null)
    • {{translate('SMS')}}
    • {{translate('SMS REPORT')}}
    • @endif
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('8', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Business Settings')}}
    • {{translate('Activation')}}
    • {{translate('Payment method')}}
    • {{translate('File System Configuration')}}
    • {{translate('SMTP Settings')}}
    • {{translate('Google Analytics')}}
    • {{translate('Google reCAPTCHA')}}
    • {{translate('Facebook Chat & Pixel')}}
    • {{translate('Social Media Login')}}
    • {{translate('Currency')}}
    • {{translate('Languages')}}
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('9', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Frontend Settings')}}
    • {{translate('Home')}}
    • {{translate('Banner Settings')}}
    • {{translate('Home Categories')}}
    • {{translate('Deal of the Day')}}
    • {{translate('Policy Pages')}}
      • {{translate('Seller Policy')}}
      • {{translate('Return Policy')}}
      • {{translate('Support Policy')}}
      • {{translate('Terms & Conditions')}}
      • {{translate('Privacy Policy')}}
    • {{translate('Custom Pages')}}
    • {{translate('Useful Link')}}
    • {{translate('General Settings')}}
    • {{translate('Logo Settings')}}
    • {{translate('Color Settings')}}
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('12', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('E-commerce Setup')}}
      @if(Auth::user()->id != '9')
    • {{translate('Homepage Setting')}}
    • @endif
    • {{translate('Attribute')}}
    • {{translate('Coupon')}}
    • {{translate('Voucher')}}
    • @if(Auth::user()->user_type == 'admin') {{--
    • {{translate('Pickup Point')}}
    • --}}
    • {{translate('Shipping Configuration')}}
    • {{translate('Shipping Countries')}}
    • @endif
  • @endif @if (\App\Addon::where('unique_identifier', 'affiliate_system')->first() != null)
  • {{translate('Affiliate System')}}
    • {{translate('Affiliate Configurations')}}
    • {{translate('Affiliate Options')}}
    • {{translate('Affiliate Users')}}
    • {{translate('Refferal Users')}}
    • {{translate('Affiliate Withdraw Request')}}
  • @endif @if (\App\Addon::where('unique_identifier', 'offline_payment')->first() != null)
  • {{translate('Offline Payment System')}}
    • {{translate('Manual Payment Methods')}}
    • {{translate('Offline Wallet Rechage')}}
    • @if (\App\Addon::where('unique_identifier', 'seller_subscription')->first() != null && \App\Addon::where('unique_identifier', 'seller_subscription')->first()->activated)
    • {{translate('Offline Seller Package Payment')}}
    • @endif @if(\App\BusinessSetting::where('type', 'classified_product')->first()->value == 1)
    • {{translate('Offline Customer Package Payment')}}
    • @endif
  • @endif @if (\App\Addon::where('unique_identifier', 'paytm')->first() != null)
  • {{translate('Paytm Payment Gateway')}}
    • {{translate('Set Paytm Credentials')}}
  • @endif @if (\App\Addon::where('unique_identifier', 'club_point')->first() != null)
  • {{translate('Club Point System')}}
    • {{translate('Club Point Configurations')}}
    • {{translate('Set Product Point')}}
    • {{translate('User Points')}}
  • @endif @if (\App\Addon::where('unique_identifier', 'otp_system')->first() != null) @if(Auth::user()->user_type == 'admin')
  • {{translate('OTP System')}}
    • {{translate('OTP Configurations')}}
    • {{translate('Set OTP Credentials')}}
  • @endif @endif @if(Auth::user()->user_type == 'admin' || in_array('13', json_decode(Auth::user()->staff->role->permissions))) @php $support_ticket = DB::table('tickets') ->where('viewed', 0) ->select('id') ->count(); @endphp
  • {{translate('Support Ticket')}} @if($support_ticket > 0) {{ $support_ticket }}@endif
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('11', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('SEO Setting')}}
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('10', json_decode(Auth::user()->staff->role->permissions)))
  • {{translate('Staffs')}}
    • {{translate('All staffs')}}
    • {{translate('Staff permissions')}}
  • @endif @if(Auth::user()->user_type == 'admin' || in_array('15', json_decode(Auth::user()->staff->role->permissions))) @if(Auth::user()->user_type == 'admin')
  • {{translate('Addon Manager')}}
  • @endif @endif @if(Auth::user()->user_type == 'admin')
  • {{translate('Cancellation')}}
    • {{translate('Cancel order')}}
  • {{translate('Bulk Imports')}}
    • {{translate ('Delivery PinCodes') }}
    • {{translate ('Pickup PinCodes') }}
  • {{translate('AWB Activity')}}
    • {{translate ('Cancel AWB') }}
  • {{--
  • {{translate('October Sale')}}
    • {{translate ('Product Listing') }} {{translate ('Banner Listing') }} {{translate ('Seller Banner Listing') }}
  • --}}
  • {{translate('Offers In Sale')}}
    • {{translate ('Product Listing') }} {{translate ('Banner Listing') }}
  • {{translate('Report Section')}}
    • {{translate ('Total Order Report') }} {{translate ('Seller Report') }} {{translate ('Forward Logistic Report') }}
  • {{translate('Review Section')}}
    • {{translate ('Review Listing') }}
  • {{translate('Partner Queries')}}
    • {{translate ('Query List') }}
  • {{translate('Jobs')}}
    • {{translate ('Job List') }}
  • @endif