{{--
  • Dashboard
  • {{__("Orders")}}
  • --}}
  • {{ __('Dashboard') }}
  • @if (isPermissionsAllowed('view-vendors'))
  • {{ __('Vendors') }}
  • @endif @if (isPermissionsAllowed('view-drivers'))
  • {{ __('Drivers') }}
  • @endif @if (isPermissionsAllowed('control-settings'))
  • {{ __('Settings') }}
  • @endif @if (isPermissionsAllowed('view-categories'))
  • {{ __('Categories') }}
  • @endif @if (isPermissionsAllowed('view-social-media'))
  • {{ __('Social Media') }}
  • @endif
  • {{ __('reels') }}
  • @if (isPermissionsAllowed('view-items', 'view-points', 'view-addons', 'view-food-allergy'))
  • {{ __('Items') }}
      @if (isPermissionsAllowed('view-items'))
    • {{ __('All item') }}
    • @endif @if (isPermissionsAllowed('view-addons'))
    • {{ __('Addons') }}
    • @endif @if (isPermissionsAllowed('view-food-allergy'))
    • {{ __('Food Allergies') }}
    • @endif
  • @endif @if (isPermissionsAllowed('view-orders'))
  • {{ __('Orders') }}
    • {{ __('Orders') }}
  • @endif