@extends('layouts.dashboard') @section('title', 'User WhatsApp Connection') @section('page-title', 'WhatsApp Gateway for ' . $user->name) @section('content')
Logged in as: +{{ $phoneNumber }}
@elseif($status === 'qr' && $qrCode)Open WhatsApp on your mobile, go to Linked Devices, and scan this QR code to authenticate the gateway.
Request an 8-character pairing code to type into WhatsApp on your phone.
@if(session('success_code'))The gateway is not connected or initialized for this user.
Initialize Session| ID | Recipient | Type | Status | Response Detail | Time |
|---|---|---|---|---|---|
| #{{ $log->id }} | +{{ $log->mobile }} | {{ $log->message_type }} | @if($log->status === 'sent') Sent @elseif($log->status === 'queued') Queued @else Failed @endif | {{ $log->response }} | {{ $log->inserted_on }} |
No Logs RecordedGateway actions and send attempts will be displayed here. |
|||||