User Image
    @if(hasPermissions("view-dashboard") )
  • {{__('Dashboard')}}
  • @endif @if(hasPermissions(["create-branch" ,"edit-branch", "delete-branch", "control-sliders-branches"]) && Auth::user()->type == 'super')
  • {{__('Branches')}}
    • {{__('Create New Branch')}}
    • {{__('All Branches')}}
  • @endif @if(hasPermissions(["create-category" ,"edit-category", "delete-category"]) && Auth::user()->type == 'super')
  • {{__('Categories')}}
    • {{__('Create New Category')}}
    • {{__('All Categories')}}
  • @endif @if(hasPermissions(["create-item" ,"edit-item", "delete-item"]) && Auth::user()->type == 'super')
  • {{__('Items')}}
    • {{__('Create New Items')}}
    • {{__('All Items')}}
    • {{__('Food Allergies')}}
    • {{--
    • {{__("item Points")}}
    • --}} {{--
    • {{__("Addons")}}
    • --}}
  • @endif @if(hasPermissions("view-offers") && Auth::user()->type == 'super')
  • {{__('Offers')}}
    • {{__('All Offers')}}
  • @endif @if(hasPermissions(["create-slider" ,"edit-slider", "delete-slider"]) && Auth::user()->type == 'super')
  • {{__('Sliders')}}
    • {{__('Create New Slider')}}
    • {{__('All Sliders')}}
  • @endif @if(hasPermissions("view-and-control-users-application") && Auth::user()->type == 'super')
  • {{__('Users')}}
    • {{__('App Users')}}
    • {{__('Driver Users')}}
    • V{{__('endor Users')}}
  • @endif @if(hasPermissions("admin-control") && Auth::user()->type == 'super')
  • {{__('Admins')}}
    • {{__('Create New Admin')}}
    • {{__('All Admins')}}
    • {{__('Create New Roles')}}
    • {{__('Roles & Permissions')}}
  • @endif @if(hasPermissions("view-orders") && Auth::user()->type == 'super')
  • {{__('Orders')}}
  • @endif @if(hasPermissions("control-and-edit-application-settings") && Auth::user()->type == 'super')
  • {{__('App Settings')}}
  • @endif @if(hasPermissions("loyality_point_offers") && Auth::user()->type == 'super')
  • {{__('Loyality Point Offers')}}
  • @endif @if(hasPermissions(["create-delivery-price" ,"edit-delivery-price", "delete-delivery-price"]) && Auth::user()->type == 'super')
  • {{__('Delivery Price')}}
    • {{__('show Delivery Price')}}
  • @endif @if(hasPermissions(["wallets" ,"user-wallets", "user-balances"]) && Auth::user()->type == 'super')
  • {{__("User Wallets")}}
    • {{__("Wallets")}}
    • {{__("User Wallets")}}
    • {{__("User Balances")}}
  • @endif @if(hasPermissions(["send-to-all" ,"send-to-custom-users", "create-notifications-with-specific-time" , "notifications-with-specific-time"]) && Auth::user()->type == 'super')
  • {{__("Notification")}}
    • {{__("Send to All")}}
    • {{__("Send to Custom Users")}}
    • {{__("Create Notifications With Specific Time")}}
    • {{__("Notifications With Specific Time")}}
  • @endif @if(hasPermissions(["view-items-ordered-report", "view-users-ordered-report", "view-branches-sales-report"]) && Auth::user()->type == 'super')
  • {{__("Reports")}}
    • {{__("Items Ordered")}}
    • {{__("Users Ordered")}}
    • {{__("Branches Ordered")}}
  • @endif @if(hasPermissions(["view-promo-Code","edit-promo-Code","delete-promo-Code"]) && Auth::user()->type == 'super')
  • {{__("Promo Code")}}
    • {{__("Create New Promo Code")}}
    • {{__("show promocode")}}
  • @endif
  • {{__("spin-wheel-game")}}
    • {{__("create-new-spin-wheel-game-item")}}
    • {{__("show-spin-wheel-game-item")}}
    • {{__("spin-wheel-game-results")}}
  • {{--
  • {{__("coins-and-codes")}}
    • {{__("create-new-code")}}
    • {{__("show-codes")}}
    • {{__("users-coins-wallet")}}
  • --}} @if(hasPermissions(["view-welcome-message","edit-welcome-message","delete-welcome-message" ]) && Auth::user()->type == 'super')
  • {{__("WelcomeMessage")}}
    • {{__("create Welcome Message")}}
    • {{__("show Welcome Messages")}}
  • @endif {{-- --}} {{-- @if(hasPermissions( ["view-delivery-company","edit-delivery-company","delete-delivery-company"]))--}} {{--
  • Delivery Company --}} {{--
      --}} {{--
    • create Delivery Company
    • --}} {{--
    • Show Delivery Company
    • --}} {{--
    --}} {{--
  • --}} {{-- @endif--}} @if(hasPermissions( ["view-country-code","edit-country-code","delete-country-code"]) && Auth::user()->type == 'super')
  • {{__("Country Code")}}
    • {{__("show Country Code")}}
    • {{__("create Country Code")}}
  • @endif @if( Auth::user()->type == 'user')
  • {{__('Orders')}}
  • @endif