@foreach($last_comments as $last_comment)
{{ Carbon\Carbon::parse($last_comment->created_at)->format('d.m.Y')}}
{{mb_substr($last_comment->commentCompany->message ,0,370) . '...'}}