{{-- Ideal Customer Profile --}}

Ideal customer profile

What the agent scores prospects against. One item per line for list fields.

@if ($icpSaved)
ICP saved.
@endif
Save ICP
{{-- Buyer personas --}}

Buyer personas

Add persona

Matched to a prospect by job title; the value statement is the outreach copy the drafter echoes.

@if ($personasSaved)
Personas saved.
@endif @if (empty($personas)) Add persona @else
@foreach ($personas as $i => $persona)
@endforeach
Save personas
@endif