• {{ $comment->name }}
    {{ $comment->created_at->diffForHumans() }}
    @if ($comment->seller_satisfactory == 1)
    پیشنهاد میکنم
    @elseif ($comment->seller_satisfactory == 0)
    پیشنهاد نمیکنم
    @endif

    {{ $comment->content }}

    {{-- --}}