• {{__("Dashboard")}}
  • @if(has_access('CategoriesController','index') || has_access('CategoriesController','add') )
  • {{__("Categories")}}
      @if(has_access('CategoriesController','index'))
    • {{__("Categories")}}
    • @endif @if(has_access('CategoriesController','add'))
    • {{__("New Category")}}
    • @endif
  • @endif @if(has_access('CitiesController','index') || has_access('CitiesController','add') )
  • {{__("Cities")}}
      @if(has_access('CitiesController','index'))
    • {{__("Cities")}}
    • @endif @if(has_access('CitiesController','add'))
    • {{__("New City")}}
    • @endif
  • @endif @if(has_access('RegionsController','index') || has_access('RegionsController','add') )
  • {{__("Districts")}}
      @if(has_access('DistrictsController','index'))
    • {{__("Districts")}}
    • @endif @if(has_access('DistrictsController','add'))
    • {{__("New District")}}
    • @endif
  • @endif @if(has_access('RequestsController','coupons') || has_access('RequestsController','providerRegistration') )
  • {{__("Requests")}}
      @if(has_access('RequestsController','providerRegistration') )
    • {{__("Registration Requests")}}
    • @endif @if(has_access('RequestsController','coupons') )
    • {{__("Coupons Requests")}}
    • @endif
  • @endif @if(has_access('ServiceProvidersController','index') || has_access('ServiceProvidersController','blackList'))
  • {{__("Service Providers")}}
      @if(has_access('ServiceProvidersController','index'))
    • {{__("Service Providers")}}
    • @endif @if(has_access('ServiceProvidersController','blackList'))
    • {{__("Black List")}}
    • @endif
  • @endif @if(has_access('UsersController','index') || has_access('UsersController','blackList'))
  • {{__("Customers")}}
      @if(has_access('UsersController','index'))
    • {{__("Customers")}}
    • @endif @if(has_access('UsersController','index'))
    • {{__("Black List")}}
    • @endif
  • @endif @if($logged_admin->is_super==1)
  • {{__("Administrators")}}
    • {{__("Administrators")}}
    • {{__("New Administrator")}}
  • @endif @if(has_access('AdsController','index') || has_access('AdsController','add'))
  • {{__("Advertisement")}}
      @if(has_access('AdsController','index'))
    • {{__("Advertisement")}}
    • @endif @if(has_access('AdsController','add'))
    • {{__("New Advertising")}}
    • @endif
  • @endif @if(has_access('ServiceProvidersController','subscriptions'))
  • {{__("Subscriptions")}}
  • @endif @if(has_access('NotificationsController','sendNotifications'))
  • {{__("Notifications")}}
  • @endif @if(has_access('MessagesController','index'))
  • {{__("Messages")}}
  • @endif @if(has_access('SettingController','updateSettings'))
  • {{__("Settings")}}
  • @endif @if(has_access('ReportsController','customers') || has_access('ReportsController','serviceProviders') || has_access('ReportsController','offers') || has_access('ReportsController','sales') )
  • {{__("Reports")}}
      @if(has_access('ReportsController','serviceProviders') )
    • {{__("Service Providers Reports")}}
    • @endif @if(has_access('ReportsController','offers') )
    • {{__("Sold Coupons Reports")}}
    • @endif @if(has_access('ReportsController','customers') )
    • {{__("Customers Reports")}}
    • @endif @if(has_access('ReportsController','sales') )
    • {{__("Sales Reports")}}
    • @endif
  • @endif