{{ getOption('ui', 'brand', 'Keevault') }}


    @if( can( 'dashboard' ) )
  • Dashboard
  • @endif @if( can( 'license-keys' ) )
  • {{ __('License Keys') }}
  • @endif @if( can( 'generators' ) )
  • {{ __('Generators') }}
  • @endif @if( can( 'products' ) )
  • {{ __('Products') }}
  • @endif @if( can( 'activations' ) )
  • {{ __('Activations') }}
  • @endif @if( can( 'downloadables' ) )
  • {{ __('Downloadables') }}
  • @endif @if( can( 'api-keys' ) )
  • {{ __('API Keys') }}
  • @endif @if( can( 'users' ) )
  • {{ __('Users') }}
  • @endif @if( can( 'logs' ) )
  • {{ __('Logs') }}
  • @endif @if( can( 'telemetry' ) )
  • {{ __('Telemetry') }}
  • @endif @if( can( 'settings' ) )
  • {{ __('Settings') }}
  • @endif