participation @foreach($questions as $question ) @endforeach @foreach($submissions as $submission) @forelse($submission as $key => $data) @if($key == 'answers') @foreach($data as $counter => $answer) @endforeach @else @endif @empty @endforelse @endforeach
{{ $question }}
@if(is_array($answer)) @if(count($answer) == count($answer, COUNT_RECURSIVE)) {{ implode(', ', $answer) }} @endif @else {{ $answer }} @endif {{ $data }}