Lead Details


@if(count($collection_fields) > 0)

Custom Fields


@endif @if($lead_details['account_type'] == 'company' && isset($lead_details['company_name']))

Client Details


@endif @if($primary_contact)

Primary Contact Details

{{ $primary_contact->name }}

{{ $primary_contact->address }}

{{ $primary_contact->email }}

{{ $primary_contact->phone ? $primary_contact->phone : '-' }}

@endif

Other Details

Updated on {{ date_format(date_create($lead->updated_at), 'd F Y, h:i A') }}

Created on {{ date_format(date_create($lead->created_at), 'd F Y, h:i A') }}

@if($lead->user != null)

Created By {{ $lead->user->given_names }} {{ $lead->user->surname }}

@endif