@extends('layouts.app') @section('title', 'WhatsApp — ' . $lead->name) @push('style') @endpush @section('content') @php $routePrefix = strtolower(auth()->user()->role->name); $canBroadcast = auth()->user()->hasPermissionName('whatsapp.broadcast'); @endphp {{-- Page Header --}}

WhatsApp

Two-way messaging with leads & customers.
@if($canBroadcast) Broadcast @endif Templates Back to Lead
{{-- WhatsApp Shell --}}
{{-- Thread List --}}
{{-- Chat Area --}}
{{-- Chat Header --}} {{-- Message Feed --}} {{-- Compose --}}
@csrf
{{-- Right Info Panel --}}
{{-- Lead Info --}} {{-- Quick Templates --}} {{-- Message Stats --}}
{{-- ── Modals ── --}} {{-- Template Picker --}} {{-- Media Upload --}} {{-- Conversation Transfer --}} @endsection @push('script') @endpush