@extends('layouts.public') @section('title', __('Connect WhatsApp Device')) @section('content')

{{ __('Connect WhatsApp Device') }}

{{ __('Device: :device', ['device' => $device->name]) }}

@livewire('public-whats-app-connection', ['token' => $token, 'device' => $device])

{{ __('Security Notice') }}

  • {{ __('This connection link is valid for 10 minutes only') }}
  • {{ __('Do not share this link with unauthorized users') }}
  • {{ __('The link will expire automatically after successful connection') }}
  • {{ __('Only use this link on trusted devices and networks') }}
@endsection