@if ($user) @else
@endif
@if ($user && $user->portal)

{{ ucfirst($user->forename) }} {{ ucfirst($user->surname) }}

@if ($profile && $profile->company)

{{ ucfirst($profile->company) }}

@endif @if ($profile && $profile->position)

{{ ucfirst($profile->position) }}

@endif
@else

Private Attendee

{{ $attendee->registration->company }}

{{ $attendee->registration->job_role }}

@endif @if (!$same && $user) @if (!$connected) @else @endif @endif