@csrf @method('PUT') @if($comment->attachments && $comment->attachments->count() > 0)
@include('sitemanager::board.partials.comment-attachments', ['comment' => $comment])
@endif @if($comment->canUploadFiles())
@endif