تفاصيل التعليق

بواسطة {{ '@' . $comment->commenter_username }} على {{ '@' . $comment->instagramAccount->username }}

تفاصيل التعليق

@if($comment->is_hidden) مخفي @endif @if($comment->replied_to) تم الرد @else بدون رد @endif
{{ '@' . $comment->commenter_username }}
{{ $comment->timestamp->format('d/m/Y H:i') }} {{ $comment->timestamp->diffForHumans() }}

{{ $comment->text }}

{{ $comment->comment_id }}
{{ $comment->commenter_id }}
@if($post)

معلومات المنشور

@if(isset($post['media_url']))
@if($post['media_type'] === 'VIDEO') @else Post media @endif
@endif
@if(isset($post['caption']))

{{ Str::limit($post['caption'], 200) }}

@endif
{{ number_format($post['like_count'] ?? 0) }} إعجاب
{{ number_format($post['comments_count'] ?? 0) }} تعليق
@if(isset($post['permalink'])) عرض على إنستقرام @endif
@endif @if($comment->public_reply_sent || $comment->private_reply_sent || !empty($replies))

الردود

@if($comment->public_reply_sent)
{{ '@' . $comment->instagramAccount->username }} رد علني @if($comment->replied_at) {{ $comment->replied_at->diffForHumans() }} @endif
{{ $comment->public_reply_message }}
@endif @if($comment->private_reply_sent)
{{ '@' . $comment->instagramAccount->username }} رسالة خاصة @if($comment->replied_at) {{ $comment->replied_at->diffForHumans() }} @endif
{{ $comment->private_reply_message }}
@endif @foreach($replies as $reply)
{{ '@' . $comment->instagramAccount->username }} رد إنستقرام {{ \Carbon\Carbon::parse($reply['timestamp'])->diffForHumans() }}
{{ $reply['text'] }}
@endforeach @if(!$comment->public_reply_sent && !$comment->private_reply_sent && empty($replies))

لا توجد ردود على هذا التعليق

@endif
@endif

إجراءات سريعة

@if(!$comment->is_hidden)
@csrf
@else
@csrf
@endif
@csrf

إحصائيات التعليق

الحالة: {{ $comment->getReplyStatus() }}
تاريخ التعليق: {{ $comment->timestamp->format('d/m/Y') }}
وقت التعليق: {{ $comment->timestamp->format('H:i') }}
@if($comment->replied_at)
تاريخ الرد: {{ $comment->replied_at->format('d/m/Y H:i') }}
@endif
مخفي: @if($comment->is_hidden) نعم @else لا @endif
@if($comment->autoReply)

الرد التلقائي المستخدم

{{ $comment->autoReply->name }}
{{ $comment->autoReply->getTriggerTypeText() }}
@if($comment->autoReply->trigger_type === 'keywords')
@foreach($comment->autoReply->keywords as $keyword) {{ $keyword }} @endforeach
@endif
استخدام الرد: {{ $comment->autoReply->usage_count }} مرة
عرض تفاصيل الرد التلقائي
@endif