@php if($bundle->user->role == USER_ROLE_INSTRUCTOR){ $userType = 'instructor'; } else{ $userType = 'organization'; } @endphp
{{ __(@$bundle->user->$userType->name) }}
{{ __(@$bundle->user->$userType->professional_title) }}
{{ __(@$bundle->user->$userType->about_me) }}