@if(Auth::user()->TenantId==NULL) @else @endif
  • {{ __('Pages') }}
  • {{ __('Dashboard') }}
  • @if(session('Devices_View'))
  • {{ __('Devices') }}
  • @endif @if(session('Pools_View'))
  • {{ __('Pools') }}
  • @endif @if(session('Spas_View'))
  • {{ __('Spas') }}
  • @endif @if(session('Users_View'))
  • {{ __('Users') }}
  • @endif @if(session('Roles_View'))
  • {{ __('Roles') }}
  • @endif @if(Auth::user()->TenantId == NULL)
  • {{ __('Tenants') }}
  • @endif @if(session('Settings_View'))
  • {{ __('Settings') }}
  • @endif