Add Follow-Up Comment

Follow-Up History

@forelse($lead->comments as $comment)

{{ $comment?->user?->full_name }}

{{ $comment?->created_at->setTimezone('Asia/Karachi')->format('d M Y, h:i A') }}

{{ $comment?->lead_status }} {{ $comment?->outcome }}

{{ $comment->comment }}

@empty

No follow-ups added yet.

@endforelse