• {{ __('Dashboard') }}
  • @if (isPermissionsAllowed('admin-control'))
  • {{ __('Permissions') }}
    • {{ __('All Employees') }}
    • {{ __('Roles & Permissions') }}
  • @endif @if (isPermissionsAllowed('view-delivery-schedule'))
  • {{ __('delivery-schedule') }}
  • @endif @if (isPermissionsAllowed('view-clients'))
  • {{ __('Clients') }}
  • @endif @if (isPermissionsAllowed('view-vendors'))
  • {{ __('Vendors') }}
  • @endif @if (isPermissionsAllowed('view-drivers'))
  • {{ __('Drivers') }}
  • @endif @if (isPermissionsAllowed('control-settings'))
  • {{ __('Settings') }}
  • @endif @if (isPermissionsAllowed('view-branches'))
  • {{ __('Branches') }}
  • @endif @if (isPermissionsAllowed('view-categories'))
  • {{ __('Categories') }}
  • @endif @if (isPermissionsAllowed('view-items', 'view-points', 'view-addons', 'view-food-allergy'))
  • {{ __('Items') }}
      @if (isPermissionsAllowed('view-items'))
    • {{ __('All item') }}
    • @endif {{-- @if (isPermissionsAllowed('view-points')) --}} {{--
    • {{__("item Points")}}
    • --}} {{-- @endif --}} @if (isPermissionsAllowed('view-addons'))
    • {{ __('Addons') }}
    • @endif @if (isPermissionsAllowed('view-food-allergy'))
    • {{ __('Food Allergies') }}
    • @endif
  • {{--
  • {{__("Items")}} --}} {{--
      --}} {{-- @if (isPermissionsAllowed('view-items')) --}} {{--
    • {{__("All item")}}
    • --}} {{-- @endif --}} {{-- @if (isPermissionsAllowed('view-points')) --}} {{--
    • {{__("item Points")}}
    • --}} {{-- @endif --}} {{-- @if (isPermissionsAllowed('view-addons')) --}} {{--
    • {{__("Addons")}}
    • --}} {{-- @endif --}} {{-- @if (isPermissionsAllowed('view-food-allergy')) --}} {{--
    • {{__("Food Allergies")}}
    • --}} {{-- @endif --}} {{--
    --}} {{--
  • --}} @endif {{-- @if (isPermissionsAllowed('view-items'))
  • {{ __('stock') }}
    • {{ __('items-in-stock') }}
    • {{ __('reserved-quantity') }}
  • @endif --}} {{-- @if (isPermissionsAllowed('view-items'))
  • {{ __('stock-documents') }}
    • {{ __('in-stock') }}
    • {{ __('out-stock') }}
  • @endif --}} @if (isPermissionsAllowed('view-offers'))
  • {{ __('Offers') }}
    • {{ __('All Offers') }}
  • @endif {{-- --}} @if (isPermissionsAllowed('view-promo-code'))
  • {{ __('PromoCode') }}
    • {{ __('All PromoCodes') }}
  • @endif @if (isPermissionsAllowed('view-orders'))
  • {{ __('Orders') }}
    • {{ __('Orders') }}
    • {{--
    • {{__("Busy Branch Orders")}}
    • --}}
  • @endif @if (isPermissionsAllowed('view-delivery-prices'))
  • {{ __('Delivery Prices') }}
  • @endif @if (isPermissionsAllowed('view-terms'))
  • {{ __('Terms and Conditions') }}
    • {{ __('All Terms and Conditions') }}
  • @endif @if (isPermissionsAllowed('view-about'))
  • {{ __('About Us') }}
  • @endif @if (isPermissionsAllowed('view-instructions'))
  • {{ __('Instructions And Laws') }}
  • @endif @if (isPermissionsAllowed('view-social-media'))
  • {{ __('Social Media') }}
  • @endif @if (isPermissionsAllowed('view-sliders'))
  • {{ __('Sliders') }}
  • @endif
  • {{ __('users-points') }}
  • {{ __('reels') }}
  • {{ __('gifts-gallery') }}
  • @if (isPermissionsAllowed('view-welcome-messages'))
  • {{ __('WelcomeMessages') }}
  • @endif @if (isPermissionsAllowed('control-notification'))
  • {{ __('Notification') }}
    • {{ __('Send to All') }}
    • {{ __('Send to Custom Users') }}
  • @endif @if (isPermissionsAllowed('view-contacts'))
  • {{ __('Contact Us') }}
  • @endif @if (isPermissionsAllowed('view-transaction-logs'))
  • {{ __('transaction-logs') }}
  • @endif @if (isPermissionsAllowed('view-report'))
  • {{ __('Reports') }}
    • {{ __('Sales By Product') }}
    • {{ __('Sales By Category') }}
    • {{ __('Sales By Branch') }}
    • {{ __('Sale By Time') }}
    • {{ __('Loyalty Points') }}
  • @endif