{{ $comment->body }}
@if (config('review.like') === true) @if (auth()->check())
@for ($i = 1; $i <= 5; $i++)
@if ($i <= $comment->rating)
@else
@endif
@endfor
@endif
@empty
{{ __('messages.reviews_no') }}
@if (auth()->check() && $inactiveReview)
{{ __('messages.reviews_add') }}
{{ trans_choice('messages.record_active', $inactiveReview > 1 ? 2 : 1) }}
@endif