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

Hello,

{{$data["user_info"]->name." ".$data["user_info"]->last_name}} though that you should see this LabPair post by {{$data["post"]->User->name ?? ''}} {{$data["post"]->User->last_name}}. LabPair posts feature unpublished data, unused samples, or specialized skills that researchers want to share via collaboration.

To view the full post and the identity of researcher who shared it, you will need to create a LabPair account (it's free) or log in.

{{$data["post"]->title}}

Offering: {{$data["post"]->post_type}}

Origin: {{ ($data["post"]->post_origin == 'Cell' ? 'Cell Culture' : ($data["post"]->post_origin . ' Subjects')) }}

Species: {{$mainPostSpecies}}

Keywords: {{$data["post"]->PostKeywords->pluck("keyword")->implode(', ')}}



{!! nl2br($data["post"]->description) !!}


@include('email.email-footer')