Add comment

Previous Comments

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

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

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

{{ $comment->comment }}

@empty

No comments available.

@endforelse