@extends('layouts.public') @section('title', __('Invalid Connection Link')) @section('content')

{{ __('Connection Link Invalid') }}

{{ __('This WhatsApp connection link cannot be used') }}

{{ __('Unable to Connect') }}

{{ $error }}

{{ __('Possible Reasons') }}

  • {{ __('The connection link has expired (links are valid for 10 minutes only)') }}
  • {{ __('The link has already been used for a successful connection') }}
  • {{ __('The device associated with this link has been removed') }}
  • {{ __('The link URL is malformed or incorrect') }}

{{ __('What to do next?') }}

{{ __('Please contact the administrator who shared this link with you to request a new connection link.') }}

@endsection