{{ $lead->lead_number }}
{{ $lead->contact?->full_name }}
Edit
{{ $lead->statusLabel() }} {{ ucfirst($lead->priority) }} Priority

Lead Progress

@foreach([['label' => 'New', 'key' => 'new'], ['label' => 'Consult', 'key' => 'consult_booked'], ['label' => 'On Hold', 'key' => 'on_hold'], ['label' => 'Sold', 'key' => 'sold']] as $i => $step)
{{ $i + 1 }}
{{ $step['label'] }}
@if($i < 3)
@endif @endforeach
@if($lead->contact)

Client Details

{{ $lead->contact->initials }}
{{ $lead->contact->full_name }}
{{ $lead->contact->company ?? 'Individual' }}
@if($lead->contact->email) @endif @if($lead->contact->phone) @endif
@endif

Project Overview

Type
{{ $lead->project_type ? ucfirst($lead->project_type) : '—' }}
Budget
{{ $lead->budget_range ?? '—' }}
Source
{{ $lead->source ?? '—' }}
Expected Start
{{ $lead->expected_start?->format('M Y') ?? '—' }}
@if($lead->site_address)

Site Address

{{ $lead->site_address }}, {{ $lead->site_suburb }} {{ $lead->site_state }} {{ $lead->site_postcode }}
@endif @if($lead->notes)

Notes

{{ $lead->notes }}
@endif

Quick Actions

Edit Lead Convert to Job