Site Contact Insights

Stakeholder analytics

Active

{{ $site_contact_insights['total'] }}

Repeat Hosts

{{ $site_contact_insights['repeat_hosts'] }}

Top Stakeholder Organizations

Top Stakeholder Organizations

@php $tickets = array_column($site_contact_insights['top_orgs'] ?? [], 'tickets'); $maxTickets = count($tickets) ? max($tickets) : 1; @endphp @forelse ($site_contact_insights['top_orgs'] ?? [] as $org)
{{ $org['organization'] }} {{ $org['tickets'] }} tickets
@empty

No stakeholder organizations

Organizations will appear here once stakeholders are linked.

@endforelse

Most Engaged Contacts

Most Engaged Contacts

@forelse ($site_contact_insights['most_engaged'] ?? [] as $c)
{{ substr($c['name'], 0, 1) }}

{{ $c['name'] }}

{{ $c['organization'] }}

{{--

{{ $c['score'] }}

--}}

{{ $c['hosted'] }} @if ($c['hosted'] === 1) drive @else drives @endif

@empty

No engaged contacts yet

Contacts will appear here as engagement is tracked.

@endforelse