Comments

@foreach($project->comments as $comment)
{{$comment->user->name}} {{$comment->created_at}}
{!! $comment->comments !!}
@endforeach