profile_image
{{$comment->comment}} @if (isset($comment->media)) comment_media @endif

@if (count($comment['reply']) > 0) @foreach ($comment->reply as $reply) @include('admin.posts.comment', ['comment' => $reply, 'mx' => 'mx-12']) @endforeach @endif