| |
{{ $do2->assessment_question->question }}
|
@if (is_array(json_decode($do2->answer)) || is_object(json_decode($do2->answer)))
@foreach (json_decode($do2->answer) as $di)
{{ $di }}
@endforeach
@else
{{ $do2->answer }}
@endif
|
|
@php
$i++;
@endphp
@endforeach