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

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

{{$data["user_info"]->full_name}} has approved the post you submitted on {{\Carbon\Carbon::parse($data['post']->approved_time)->format('F j, Y')}}:

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

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