@if ($user->portal)
{{ ucfirst($user->forename) }} {{ ucfirst($user->surname) }}
@if ($profile)
@if ($profile->company)
{{ $profile->company }}
@endif
@if ($profile->position)
{{ $profile->position }}
@endif
@if ($profile->linkedin || $profile->twitter)
@if ($profile->linkedin)
-
@endif
@if ($profile->twitter)
-
@endif
@endif
@endif
@else
Private Attendee
{{ $attendee->registration->company }}
{{ $attendee->registration->job_role }}
@endif