@if ($subject == 'Writing')
@if ($passType == 'CDT')
WT1
@if (!empty($feedbackResponse?->feedback_files))
@foreach(json_decode($feedbackResponse->feedback_files) as $file)
@if ($file->subject == 'WT1')
-
{{ $file->original_name }}
@if ($status != 'COMPLETED')
@endif
@endif
@endforeach
@endif
@if ($status != 'COMPLETED')
@endif
WT2
@if (!empty($feedbackResponse?->feedback_files))
@foreach(json_decode($feedbackResponse->feedback_files) as $file)
@if ($file->subject == 'WT2')
-
{{ $file->original_name }}
@if ($status != 'COMPLETED')
@endif
@endif
@endforeach
@endif
@if ($status != 'COMPLETED')
@endif
@else
첨삭
@if (!empty($feedbackResponse?->feedback_files))
@foreach(json_decode($feedbackResponse->feedback_files) as $file)
-
@if (isset($file->s3_path))
{{ $file->original_name }}
@if ($status != 'COMPLETED')
@endif
@else
{{ $file }}
@endif
@endforeach
@endif
@if ($status != 'COMPLETED')
@endif
@endif
@else
@if($passType == 'Basic' || $passType == 'CDT')
Part 1 첨삭
Part 2 첨삭
Part 3 첨삭
@else
첨삭
@if (!empty($feedbackResponse?->feedback_files))
@endif
@if ($status != 'COMPLETED')
@endif
@endif
@endif