{{ __('dashboard.Settings') }}

{{ __('dashboard.Purchase code status for this install.') }}

@include('livewire.dashboard.settings.options.nav') {{ $statusLabel }} @if ($row['notice'] !== '') {{ $row['notice'] }} @endif

{{ __('dashboard.Status') }}

{{ __('dashboard.Bound host') }}
{{ $row['bound_host'] !== '' ? $row['bound_host'] : '—' }}
{{ __('dashboard.Last check') }}
{{ $row['checked_at'] !== '' ? $row['checked_at'] : '—' }}
{{ __('dashboard.Key') }}
{{ $row['tail'] !== '' ? '••••'.$row['tail'] : '—' }}
{{ __('dashboard.Type') }}
{{ $row['kind'] !== '' ? $row['kind'] : '—' }}

{{ __('dashboard.License key') }}

{{ __('dashboard.Bind or replace the key for this domain.') }} @error('token') {{ $message }} @enderror
@if ($canRecheck) {{ __('dashboard.Recheck') }} @endif {{ __('dashboard.Activate') }}