@extends('layouts.app') @section('title', 'Lead β ' . ($lead->consumer_name ?? 'Unknown')) @section('topbar-actions') β Back to Leads @endsection @section('content')
| {{ $label }} | {{ $value }} |
{{ $lead->message_text }}
{{ $lead->note }}
{{ $conv->message_text }}
@elseif($conv->call_duration_seconds)β± {{ gmdate('i:s', $conv->call_duration_seconds) }} call
@if($conv->call_recording_url) π Listen @endif @elseNo content
@endifNo conversations recorded for this lead.
@endforelse