@php
$profileImg = $comment->user->media?->first()?->getUrl();
@endphp
@if(Helpers::isFileExistsFromURL($profileImg))
 }})
@else
{{ substr($comment?->user?->name, 0, 1) }}
@endif
@if($comment->user_id == $blog->created_by_id)
{{ __('frontend::static.comment.owner') }}
@else
{{ $comment->user->name }}
@endif
({{ __('frontend::static.comment.commented') }}
{{ $comment->created_at->diffForHumans() }})
{{ $comment->message }}
@if(Auth::check() && Auth::id() != $comment->user_id) @endif