@include('email.email-head')
 
@include('email.email-header')

Hello,

{{$data["user_info"]->name." ".$data["user_info"]->last_name}} has sent you a LabPair profile because they think that this person may have data, samples, or expertise that you may be intrested in.

Click anywhere in the card below to view.

{{$data['share_user_info']->full_name}}

{{$data["share_user_info"]->short_bio}}

scientist

{{$data['share_user_info']->position}}

@if ($data['share_user_info']->role == 'PI')

Works in the lab of {{ $data['share_user_info']->investigator->full_name ?? '' }}

@endif

scientist

{{ $data["share_user_info"]->research_name ?? '' }}

{{ $data["share_user_info"]->other_info->research_division ?? '' }}

Research Description: {!! nl2br($data["share_user_info"]->other_info->research_description??"") !!}



@include('email.email-footer')