Comparison Data

@php $i = 0; @endphp @foreach($beneficiary_details_data as $key => $item) @php $beneficiaryValue = $beneficiary_details_data[$key] ?? 'not available'; $hruValue = $hru_data[$key] ?? 'not available'; $color = (strtoupper($beneficiaryValue) === strtoupper($hruValue)) ? 'green' : 'red'; @endphp @php $i++; @endphp @endforeach
Comparison Field PDNA INFO HRU INFO
{{ $nameOfField[$i] }} {{ ucwords(strtolower($beneficiaryValue)) }} {{ ucwords(strtolower($hruValue)) }}
CNIC Images
@if($cnicfront)
CNIC Front Image

CNIC Front Image

@php $result= hideReject($surveyformid,286); @endphp @if($result && $result!=="hide functionality") Revert @elseif($result==false && $result!="hide functionality") Reject @endif
@endif @if($cnicback)
CNIC Back Image

CNIC Back Image

@php $result= hideReject($surveyformid,287); @endphp @if($result && $result!=="hide functionality") Revert @elseif($result==false && $result!="hide functionality") Reject @endif
@endif