@extends('layouts.app') @section('title','WhatsApp') @section('header','WhatsApp') @section('content')

WhatsApp Communication

Send an outbound WhatsApp text from a lead record using the Meta WhatsApp Cloud API.

@csrf

Message History

@foreach($messages as $m)@endforeach
LeadPhoneMessageStatusTime
{{$m->lead->name ?? '—'}}{{$m->to_phone}}{{Str::limit($m->body,70)}}{{$m->status}}{{$m->created_at}}
{{$messages->links()}}
@endsection