Disability Data For {{ $personName }}
@foreach($questions as $item)

{{ $item->question->name ?? null }}

@if($item->question->type == 'map') @elseif($item->question->type == 'image') @php $image = base64Image(json_decode($item->question->answer)); @endphp @if($image) CNIC Front Image @else

Not Available

@endif @else

{{ $item->question->answer ?? 'not available' }}

@endif @endforeach