empty($topic->activated)])>
@if (isset($sortable))
|
@endif
@if (isset($checkable))
|
@endif
{{ $topic->id }}
@if(isset($cdtSetId))
@endif
|
@foreach ($topic->service_types as $st)
{{ config('system.feedback_topic_service_types')[$st] }}{{ !$loop->last ? ',' : '' }}
@endforeach
|
{{ $topic->module }}
|
{{ $topic->subject }} {{ $topic->type }}
{{ $topic->pattern }}
@if ($topic->chart_type)
({{ $topic->chart_type }})
@endif
|
@if ($topic->type == 'Task 1')
{{ $feedbackPatterns[$topic->subject][$topic->type][$topic->module][$topic->pattern] }}
@else
{{ isset($feedbackPatterns[$topic->subject][$topic->type][$topic->pattern]) ? $feedbackPatterns[$topic->subject][$topic->type][$topic->pattern]:'' }}
@endif
|
{!! $topic->question !!}
@if (!empty($topic->chart_s3_key))
@endif
|
{{-- @if (in_array('cdt', $topic->service_types)) --}}
@foreach($topic->cdtSets as $cdtSet)
{{ $cdtSet->name }}
@endforeach
{{-- @endif --}}
|
{{ explode(" ", $topic->created_at)[0] }}
|
@if (isset($cdtSetId))
|
@endif
@endforeach