{{ $subject }}
 
 
Hi Real Friends Admins
{{ $name }} has answered the following Questions below. You can also find them under their profile in the back admin.
 
  Question(s) Answer(s)  
@foreach ($data as $do2) @php $bgColor = '#f1f1f1'; if ($i % 2 == 0) { $bgColor = '#ffffff'; } @endphp @php $i++; @endphp @endforeach
  {{ $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