• Navigation
  • Dashboard
  • Apps
  • @if(auth()->user()->can('order.view') || auth()->user()->can('permission.view'))
  • Orders Manage
      @if(auth()->user()->can('user.view')) @foreach(getOrderStatus(1) as $key=> $item)
    • {{$item}} Order
    • @endforeach @endif
  • @endif @if(auth()->user()->can('product.view') || auth()->user()->can('type.view') || auth()->user()->can('size.view') || auth()->user()->can('category.view') || auth()->user()->can('discount.view') || auth()->user()->can('color.view'))
  • Products
      @if(auth()->user()->can('type.view'))
    • Brand Manage
    • @endif @if(auth()->user()->can('category.view'))
    • Category Manage
    • @endif @if(auth()->user()->can('size.view'))
    • Size Manage
    • @endif @if(auth()->user()->can('color.view'))
    • Color Manage
    • @endif @if(auth()->user()->can('product.view'))
    • Products Manage
    • @endif @if(auth()->user()->can('discount.view'))
    • Products Discount Manage
    • @endif
    • Free Shipping Manage
    • Manage Landing Page Data
  • @endif @if(auth()->user()->can('purchase.view'))
  • Purchase Manage
  • @endif @if(auth()->user()->can('combo.view')) @endif
  • Frontend Section
  • @if(auth()->user()->can('page.view') || auth()->user()->can('image.view') || auth()->user()->can('slider.view'))
  • Front Page
      @if(auth()->user()->can('page.view'))
    • Manage Page Data
    • @endif @if(auth()->user()->can('image.view'))
    • Social Icon
    • @endif @if(auth()->user()->can('slider.view'))
    • Slider Manage
    • @endif @if(auth()->user()->can('image.view'))
    • Home Section Image
    • @endif
  • @endif @if(auth()->user()->can('coupon_codes.view'))
  • Coupon Code
  • @endif @if(auth()->user()->can('delivery_charge.view'))
  • Delivery Charge
  • @endif @if(auth()->user()->can('couriers.view'))
  • Courier Manage
  • @endif
  • Report Section
  • @if(auth()->user()->can('order.view') || auth()->user()->can('permission.view'))
  • Reports
      @if(auth()->user()->can('user.view'))
    • Order Report
    • Block Ip
    • Product Report
    • @endif
  • @endif