@foreach($ticket->latest_replies as $latestReply)
{{$latestReply->user->display_name}}
{{$latestReply->created_at_formatted}}
{!!$latestReply->bodyForEmail()!!}
@endforeach
{{$reference}}