@foreach($last_comments as $last_comment)
{{$last_comment->commentCompany->author}} → {{$last_comment->name}}

{{ Carbon\Carbon::parse($last_comment->created_at)->format('d.m.Y')}}

img
{{$last_comment->commentCompany->title}}

{{mb_substr($last_comment->commentCompany->message ,0,370) . '...'}}

@endforeach