@extends('layouts.app') @section('title','WhatsApp') @section('header','WhatsApp') @section('content')
Send an outbound WhatsApp text from a lead record using the Meta WhatsApp Cloud API.
| Lead | Phone | Message | Status | Time |
|---|---|---|---|---|
| {{$m->lead->name ?? '—'}} | {{$m->to_phone}} | {{Str::limit($m->body,70)}} | {{$m->status}} | {{$m->created_at}} |