| Number | Type | Label | Capabilities | Status | |
|---|---|---|---|---|---|
| {{ $pn->phone_number }} @if($pn->is_primary) Primary @endif | {{ $pn->type?->name ?? '—' }} | {{ $pn->label ?: '—' }} | @foreach($pn->capabilities ?? [] as $cap) {{ ucfirst($cap) }} @endforeach | {{ $pn->is_active ? 'Active' : 'Inactive' }} |
@unless($pn->is_primary)
@endunless
|
No phone numbers configured.