• @if($profile =Auth::user())
    @if(Auth::user()->img_name==null) image @else image @endif

    {{$profile->name}}

    {{Str::limit($profile->name,3)}}
    @endif
  • Dashboards
  • My Profile
  • @if($profile->hasPermission(['product','category','subcat','subsubcat','brand','color','size']))
  • Products
      @if($profile->hasPermission('product_list'))
    • All Products
    • @endif @if($profile->hasPermission('category_list'))
    • Categories
    • @endif @if($profile->hasPermission('subcategory_list'))
    • Sub Categories
    • @endif @if($profile->hasPermission('subsubcategory_list'))
    • Sub Sub Cats
    • @endif @if($profile->hasPermission('brand_list'))
    • Brands
    • @endif @if($profile->hasPermission('color_list'))
    • Colors
    • @endif @if($profile->hasPermission('size_list'))
    • Sizes
    • @endif {{--
    • Attributes
    • --}}
  • @endif @if($profile->hasPermission('coupon') or $profile->hasPermission('delivery'))
  • E-commerce Setup
      @if($profile->hasPermission('coupon_list'))
    • Coupon List
    • @endif
  • @endif
  • Seller / Vendor
    • All Sellers
    • Active Sellers
    • Inactive Sellers
    • Pending Sellers
    • Approved Sellers
    • Suspended Sellers
  • Order Management
    • Pending Orders
    • Confirmed Orders
    • Processing Orders
    • Ready to Ship Orders
    • Shipped Orders
    • Delivered Orders
    • Cancelled Orders
    • Returned Orders
    • Undelivered Orders
    • Paid Orders
    • Unpaid Orders
  • Report
    • Order Report
    • Paid To Seller Report
    • Order-Payment Report
  • Payment Report
    • Payments All
  • Pages
    • All Pages
    • Add Page
  • Slider & Banners
  • Our Subscribers
  • Users
    • All Users
    • Active Users
    • Inactive Users
  • Roles
    • All Roles
    • Active Roles
    • Inactive Roles
  • Apps Setting
    • Setting
    • Mail & Notification Confiq