Description
{!!nl2br($post->description ?? "")!!}
Read MorePrincipal Investigator
{{$post->PI->full_name ?? ''}}
@else{{$post->PI->full_name ?? ''}}
@endifSubmitted for approval : {{\Carbon\Carbon::parse($post->created_at)->format('F d, Y')}}
Approval Status : @if($post->status == 'Approved') Approved : {{\Carbon\Carbon::parse($post->approved_time)->format('F d, Y')}} @elseif($post->status == 'Declined') Declined : {{\Carbon\Carbon::parse($post->approved_time)->format('F d, Y')}} @else Pending @endif
Authors
@foreach ($post->authorids as $authorid)@if($authorid->status == "Active") {{$authorid->full_name ?? ''}} @else {{$authorid->full_name ?? ''}} @endif @if($authorid->role=='PI') @endif
@if($post->status == 'Approved' && $authorid->id == $post->PI->id)PI Approved : {{\Carbon\Carbon::parse($post->approved_time)->format('F d, Y g:i A')}}
General Keywords
{{$generalKeywords}}
Legal