@extends('layouts.dashboard') @section('title', 'WhatsApp Gateway Trial') @section('page-title', 'WhatsApp Gateway Trial') @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.
The gateway is not connected or initialized.
| ID | Recipient | Type | Template ID | Status | Response Detail | Time |
|---|---|---|---|---|---|---|
| #{{ $log->id }} | +{{ $log->mobile }} | {{ $log->message_type }} | {{ $log->template_id ?? '-' }} | @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. |
||||||