@if (!empty($aData))
@foreach ($aData as $key => $val)
@php
$questionText = isset($aEditedtext->$key) ? $aEditedtext->$key : ($val ?? '');
@endphp
@endforeach
@else
@endif
Sr. No |
Question |
Edited Question Text |
{{ $loop->iteration }} |
{{$val}} |
|
No data available. |