Reference No: {{ $ref_no ?? '' }}
@if($beneficiary_details_data)

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'; $beneficiaryValueFilter = ucwords(strtolower($beneficiaryValue)); $hruValueFilter = ucwords(strtolower($hruValue)); $color = ($beneficiaryValueFilter === $hruValueFilter) ? 'green' : 'red'; @endphp @php $i++; @endphp @endforeach
Comparison Field PDNA INFO HRU INFO
{{ $nameOfField[$i] }} {{ $beneficiaryValueFilter }} {{ $hruValueFilter }}
@endif
CNIC Images
@if($cnicfront) @php $result= hideReject($surveyformid,286); $front_side_location=get_question_location($surveyformid,286); $show_button_mne = monitoring_evaluation(); $comment = is_monitoring_evaluation($surveyformid, 286); $reject_comment = is_question_reject($surveyformid, 286); @endphp
CNIC Front Image

CNIC Front Image

{!! $front_side_location !!} @if($show_button_mne==true) @if($comment) Remove Comment @else Comment @endif @else @if($result && $result!=="hide functionality") Revert @elseif($result==false && $result!="hide functionality") Reject @endif @endif @if($comment) @endif @if($reject_comment) @endif
@endif @if($cnicback) @php $result= hideReject($surveyformid,287); $show_button_mne = monitoring_evaluation(); $back_side_location=get_question_location($surveyformid,287); $comment = is_monitoring_evaluation($surveyformid, 287); $reject_comment = is_question_reject($surveyformid, 287); @endphp
CNIC Back Image

CNIC Back Image

{!! $back_side_location !!} @if($show_button_mne==true) @if($comment) Remove Comment @else Comment @endif @else @if($result && $result!=="hide functionality") Revert @elseif($result==false && $result!="hide functionality") Reject @endif @endif @if($comment) @endif @if($reject_comment) @endif
@endif