{{-- --}}
{{ __('Comment') }}
@php $count_comments = 0; @endphp @if (isset($task)) @foreach ($task['comments'] as $comment) @php $count_comments++; @endphp @endforeach @endif
{{ __('Comment') }}