-
- License Information
- Details about your NativePHP license.
-
-
+
+ License Information
+ Details about your NativePHP license.
@@ -80,23 +77,6 @@
({{ $license->created_at->diffForHumans() }})
-
- {{-- Expires --}}
-
- Expires
-
- @if($license->expires_at)
- {{ $license->expires_at->format('F j, Y \a\t g:i A') }}
- @if($license->expires_at->isPast())
- (Expired {{ $license->expires_at->diffForHumans() }})
- @else
- ({{ $license->expires_at->diffForHumans() }})
- @endif
- @else
- Never
- @endif
-
-
@@ -126,20 +106,11 @@
@endif
- @if($license->is_suspended || ($license->expires_at && $license->expires_at->isPast()))
+ @if($license->is_suspended)
-
- {{ $license->is_suspended ? 'License Suspended' : 'License Expired' }}
-
+ License Suspended
- @if($license->is_suspended)
- This license has been suspended. Please contact support for assistance.
- @elseif($isLegacyLicense)
- This license has expired. You can still renew it to restore access.
- Renew now
- @else
- This license has expired. Please renew your subscription to continue using NativePHP.
- @endif
+ This license has been suspended. Please contact support for assistance.
@endif
diff --git a/resources/views/livewire/sub-license-manager.blade.php b/resources/views/livewire/sub-license-manager.blade.php
index 26c46c20..a43685fa 100644
--- a/resources/views/livewire/sub-license-manager.blade.php
+++ b/resources/views/livewire/sub-license-manager.blade.php
@@ -5,16 +5,11 @@
Keys
- ({{ $activeSubLicenses->count() }}{{ $license->subLicenseLimit ? '/' . $license->subLicenseLimit : '' }})
+ ({{ $activeSubLicenses->count() }}{{ $license->subLicenseLimit && ! $license->isExpired() ? '/' . $license->subLicenseLimit : '' }})
Manage license keys for team members or additional devices.
- @if($license->canCreateSubLicense())
-