{{ $nurse->name }}
{{ $profile?->primary_specialty ?? 'User' }} · {{ $profile?->country ?? 'Location n/a' }} · {{ $profile?->experience_years ? $profile->experience_years . ' yrs' : 'Experience n/a' }}
@if($profile?->headline){{ $profile->headline }}
@endif View full profile →Reply to {{ $reply->post->author->name ?? 'Unknown' }}
{{ $reply->body }}
@if($reply->post){{ $reply->post->author->name ?? 'Unknown' }}
{{ $reply->post->body }}