{{-- Contact details surface on hover on pointer devices and are always present in the block below, so hover is never the only route. --}} @if ($member->email) {{ $member->email }} @endif

{{ $member->name }}

@if ($member->designation)

{{ $member->designation }}

@endif @if ($member->department || $member->sector)

{{ $member->department ?: $member->sector?->name }}

@endif