@php $evaluationTexts = [ "Writing" => ["Task
Achievement", "Cohesion &
Coherence","Lexical
Resources","Grammatical Range &
Accuracy"], "Speaking" => ["Fluency","Lexical
Resources","Grammatical Range
& Accuracy","Pronunciation"], ]; $isMobile = isset($isMobile) ? $isMobile : false; @endphp @if ( $isMobile )

항목별 점수

Band Score {{ number_format($feedbackResponse->band_score, 1) }}

@foreach ($evaluationTexts[$subject] as $key => $text) @php $field = 'grade_' . ($key + 1); @endphp

{!! $text !!}

{{ number_format($feedbackResponse->{$field}, 1) }}

@endforeach
@else
항목별 점수
@endif