Works in the lab of @if(isset($user->investigator->status) && $user->investigator->status == 'Active') {{ $user->investigator->full_name ?? '' }} @else {{ $user->investigator->full_name ?? '' }} @endif
@if(isset($user->id) && in_array($user->role, ['General', 'PI'])) @php $postId = (isset($post->id) && !empty($post->id)) ? '/' . $post->id : ''; @endphp
Works in the lab of @if(isset($user->investigator->status) && $user->investigator->status == 'Active') {{ $user->investigator->full_name ?? '' }} @else {{ $user->investigator->full_name ?? '' }} @endif
{{ $user->other_info->research_division ?? '' }}
Collaboration Bandwidth
@if ($user->other_info->collaboration_bandwidth == 'TemporarilyUnavailable') Temporarily Unavailable @elseif($user->other_info->collaboration_bandwidth == 'VerySelective') Very Selective @elseif($user->other_info->collaboration_bandwidth == 'Selective') Selective @elseif($user->other_info->collaboration_bandwidth == 'Motivated') Motivated @elseif($user->other_info->collaboration_bandwidth == 'HighlyMotivated') Highly Motivated @endif