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

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

{{-- {{$data["user_info"]->full_name}}, Your Principal Investigator, has declined the post you submitted on {{$data["post_declined_date"]}}, for the following reason(s): --}} {{$data['pi']->full_name}} has declined the post you submitted on {{\Carbon\Carbon::parse($data['post']->created_at)->format('F j, Y')}} for the following reason(s):

{!! $data['post']->declined_reason !!}

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