Congrats!
@if($post->status == 'Approved')
Your post is complete and has been published to the LabPair network
@elseif ($post->status == 'Pending')
Your post is complete and has been sent to your PI for approval.
@endif
@if(\Auth::user()->role == 'General')
You can check the approval status and resend requests on the Post Approval Menu
@else
You can manage the approval status of this post and other posts under the Post Approval Menu
@endif