{{ $device->name }}

{{ __('Status') }}: {{ $device->status_label }}

{{ __('About Shareable Connection Links') }}

{{ __('The link will be valid for exactly 10 minutes from generation') }}
{{ __('No authentication is required to access the link') }}
{{ __('The link will expire automatically after successful connection') }}
{{ __('The device will be automatically activated upon successful connection') }}

{{ __('Security Notice') }}

{{ __('Only share this link with trusted users. Anyone with access to the link can connect to your WhatsApp device during the 10-minute validity period.') }}

@if($device->hasValidConnectionTokens())

{{ __('Existing Valid Links') }}

{{ __('This device already has :count valid connection link(s). Generating a new link will not invalidate existing ones.', ['count' => $device->validConnectionTokens()->count()]) }}

@endif