# {{ __('You have been invited to ND-Link') }} @if ($contactName) {{ __('Hello :name,', ['name' => $contactName]) }} @else {{ __('Hello,') }} @endif {{ __('You have been personally invited to join ND-Link — a community platform for neurodivergent people.') }} {{ __('As a gift, you will receive **:days days** of free **:tier** access when you register via the link below.', ['days' => $days, 'tier' => $tierLabel]) }} {{ __('Accept invitation') }} @if ($expiresAt) {{ __('This invitation is valid until :date.', ['date' => $expiresAt]) }} @endif {{ config('app.name') }}