@if (session()->has('comment_message') )
@endif @if ($errors->any())
@endif
@csrf @if( $method != 'postReply' )
@endif
@if(!empty($users) && $users->count() > 0) @include('commentify::livewire.partials.dropdowns.users') @endif
@include('commentify::livewire.partials.loader')
{{$button}}
@if($method == 'editComment') Cancelar @endif