{{--
--}} {{-- --}} {{--
--}} {{--
{{ $comment->user->name }} {{ $comment->created_at->diffForHumans() }}
--}} {{--

{{ $comment->comment }}

--}} {{-- Reply--}} {{-- @if($comment->replies->count())--}} {{--
--}} {{-- @foreach($comment->replies as $reply)--}} {{-- @include('chat.partials.single_comment', ['comment' => $reply])--}} {{-- @endforeach--}} {{--
--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{-- User--}} {{--
--}} {{--
--}} {{-- {{ $comment->user->name }}--}} {{-- {{ $comment->created_at->diffForHumans() }}--}} {{--
--}} {{--

{{ $comment->comment }}

--}} {{-- --}} {{-- Reply--}} {{-- --}} {{-- @if($comment->replies->count())--}} {{--
--}} {{-- @foreach($comment->replies as $reply)--}} {{-- @include('chat.partials.single_comment', ['comment' => $reply])--}} {{-- @endforeach--}} {{--
--}} {{-- @endif--}} {{--
--}} {{--
--}}
User
{{ $comment->user->name }} {{ $comment->created_at->diffForHumans() }}

{{ $comment->comment }}

Reply @php $directRepliesCount = $comment->replies()->count(); @endphp @if($directRepliesCount) @endif
@push('script') @endpush