@extends('client.layouts.dashboard') @section('title', 'WhatsApp Gateway Devices') @section('content')
Manage and link your team's WhatsApp accounts for automated background sending.
Only users configured with Cloud Gateway (Auto-Send in Background) mode require scanning QR codes or linking devices. Manual and Accessibility modes route messages through the AutoPromix Android application on each agent's phone.
| Agent (User) | WhatsApp Status | Preferred Mode | Gateway Connection | Action |
|---|---|---|---|---|
|
{{ strtoupper(substr($user->name, 0, 2)) }}
{{ $user->name }}+{{ $user->phone }} |
@if($whatsappEnabled) Active @else Disabled @endif | @if($whatsappMode == 'baileys') Cloud Gateway @elseif($whatsappMode == 'full_auto') Accessibility (Auto) @else Manual App @endif |
@if($whatsappMode == 'baileys')
@if($isConnected)
Connected
+{{ $connectedPhone ?: $user->phone }}
@else
Disconnected
@endif
@else
Not Applicable
@endif
|
Settings
@if($whatsappMode == 'baileys')
@if($isConnected)
Connected Device
@else
Scan QR Code
@endif
@else
@endif
|
No Agents FoundAdd users and enable WhatsApp service to configure devices here. |
||||