@extends('layout') @section('title', 'Relationships') @section('content')
Canonical customers, prospects, partners, vendors, and people with one accountable owner and connected history.
Create the first real client, prospect, partner, vendor, or person.
| Relationship | Stage | Type | Owner | Contact | Status |
|---|---|---|---|---|---|
| {{ $actor->code }}{{ $actor->name }}{{ $actor->legal_name }} | {{ str($actor->relationship_stage)->title() }} | {{ $actor->type->label() }} | {{ $actor->owner?->name ?? 'Unassigned' }} | {{ $actor->primary_email ?: $actor->primary_phone ?: 'Not recorded' }} | {{ ucfirst($actor->status) }} |