@php if (isset($approved) and $approved == true) { $comments = $model->approvedComments; } else { $comments = $model->comments; } @endphp @if($comments->count() < 1)
@lang('comments::comments.you_must_login_to_post_a_comment')