@if ($connection->to->portal)
{{ $connection->to->forename }} {{ $connection->to->surname }}
@if ($connection->to->profile)
@if ($connection->to->profile->company) {{ $connection->to->profile->company }}, @endif @if ($connection->to->profile->position) {{ $connection->to->profile->position }} | @endif
@endif
{{ $connection->created_at->diffForHumans() }}
@else
Private Attendee
@endif
@if ($connection->message)
{{ $connection->message}}
@endif