New Stage

@csrf @if (isset($sample)) @endif
@can('add_member')
@else
@endcan
complete_save ? 'disabled' : '' }}>
    @if (isset($attachments)) @foreach ($attachments as $attach)
  • {{ $attach['file_name'] }} @endforeach @endif
{{ __('Comment') }}
@php $count_comments = 0; @endphp @if (isset($task) && isset($task_comment)) @foreach ($task_comment as $comment) @php $count_comments++; @endphp @endforeach @endif
{{ __('Comment') }}
{{-- --}}
{{--
--}}