Comentarios ({{$comments->total()}})
@auth @include('commentify::livewire.partials.comment-form',[ 'method'=>'postComment', 'state'=>'newCommentState', 'inputId'=> 'comment', 'inputLabel'=> 'Tu comentario', 'button'=>'Comentar' ]) @else @endauth @php( $count = 0 ) @if($comments->count()) @foreach($comments as $comment)
@if ( $count != ($comments->count() - 1) )
@php( $count ++ ) @endif
@endforeach {{$comments->links()}} @else

No hay opiniones! :(

@endif