芝麻web文件管理V1.00
编辑当前文件:/home/forge/stage.sksb.smartcon-survey.com/resources/views/livewire/open-answers.blade.php
@if($comments->isNotEmpty())
Alle auswählen
Auf dem Dashboard anzeigen
@foreach($comments as $comment) @continue(strlen($comment->text) < 1)
{{ $comment->topic->name }}
{{ $comment->created_at }}
</textarea>
Abbrechen
id }},comments.edited),comments.original = comments.edited,showEdit = false)" class="flex mt-4 ml-4 pr-4 pl-2 py-2 text-white font-bold rounded shadow" :class=" comments.edited == comments.original ? 'bg-primary-300 cursor-not-allowed' : 'bg-primary-500 hover:bg-primary-700 cursor-pointer' ">
Speichern
@endforeach
@else
Es sind noch keine offene Antworten vorhanden.
@endif