Contact Information
Email: {{ $lead->email ?? 'N/A' }}
Mobile: {{ $lead->mobile ?? 'N/A' }}
Address: {{ $lead->address ?? 'N/A' }}
Lead Details
Category: {{ $lead->category->name }}
Source: {{ $lead->source ?? 'N/A' }}
Assigned To: {{ $assignedToLabel }}
Estimated Value: ₹{{ number_format($lead->estimated_value, 2) }}
Priority: {{ $lead->priority }}
Next Follow Up: {{ $lead->next_follow_up ? \Carbon\Carbon::parse($lead->next_follow_up)->format('M d, Y') : 'Not scheduled' }}
-
@foreach ($lead->activities as $activity)
-
@if (!$loop->last) @endif@if ($activity->type === 'status_change') @elseif($activity->type === 'note') @else @endif
{{ $activity->description }} by {{ $activity->user->name ?? 'System' }}
@endforeach
{{ $survey->description }}
No survey photos uploaded yet.
@endforelseQuotation actions are locked because one quotation is already approved.
@endif @if ($isConvertedToProject) This lead is already converted to a project. Additional conversion actions are disabled. @endifVersion {{ $quote->version }}
@if(strtolower($quote->status) === 'accepted') {{ $quote->status }} @endif
No quotations managed yet.
@endif{{ $comment->comment }}
Lead Summary
Client: {{ $lead->client_name }} | Status: {{ $lead->status->name }} | Effective Value: ₹{{ number_format((float) $effectiveValue, 2) }}
No general documents stored yet.
@endforelse