@if($isEditing) @include('commentify::livewire.partials.comment-form',[ 'method'=>'editComment', 'state'=>'editState', 'inputId'=> 'reply-comment', 'inputLabel'=> 'Tu respuesta', 'button'=>'Editar comentario' ]) @else