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

Hi {{$data['user']['name']}},

Please note the following information regarding your post approval from your PI, {{$data["pi"]->full_name}}

Post Title : {{$data['post']->title}}

PI Approval Request Send Date : {{date('F d, Y', strtotime($data['post']->request_time))}}
STATUS : DECLINED
Remainder Notices Sent : {{$data['remainder_notice']}}
Date : {{date('F d, Y', strtotime($data['post']->declined_time))}}
Time : {{date('h:i A', strtotime($data['post']->declined_time))}} MST

Reason(s) for Decline :

{!! nl2br($data['post']["declined_reason"]) !!}

For more information, please contact your PI; otherwise, login to LabPair.com to make any required changes or submit a new or revised post.

@include('email.email-footer-without-more-content')