BANK STATEMENT VERIFICATION REPORT
@if(isset($employees->photo_url))
@else PERSON @endif
Organization Name : @if(!empty($employers->b2b_company_name)) {{ $employers->b2b_company_name }} @if(!empty($employers->b2b_brand_name)) ({{ $employers->b2b_brand_name }}) @endif @else {{ $employers->first_name }} {{ $employers->middle_name }} {{ $employers->last_name }} @endif
Name : {{ $employees->first_name }} {{ $employees->middle_name }} {{ $employees->last_name }} Ref No : {{ $tasks->task_number }}
Location : {{ $verificationFields['antecedants_data']['state']['value'] ?? '' }} Report Date : {{ date('d M Y') }}

Clear/Verified Major Discrepancy Minor Discrepancy Insufficiency/UTV
Verification Summary @php $stauts_v = $verificationFields['antecedants_data']['severity']; @endphp Status: @switch($stauts_v) @case('GREEN') Clear/Verified @break @case('YELLOW') Minor Discrepancy @break @case('RED') Major Discrepancy @break @case('Magenta') Insufficiency/UTV @break @default @endswitch
Account No {{ $verificationFields['antecedants_data']['name']['account_no'] ?? '' }}
Name of Account Holder {{ $verificationFields['antecedants_data']['name']['account_name'] ?? '' }}
Account type @if($verificationFields['antecedants_data']['account_type'] == 'SB A/c') SB A/c @elseif($verificationFields['antecedants_data']['account_type'] == 'OD A/c') OD A/c @elseif($verificationFields['antecedants_data']['account_type'] == 'CC A/c') CC A/c @else Current A/c @endif
Statement Status @if($verificationFields['antecedants_data']['status']['value'] == 'Valid') Active @else Inactive @endif
PAN No {{ $verificationFields['antecedants_data']['pan_no']['value'] }}
@if($verificationFields['antecedants_data']['pan_no']['match_status'] == 'MATCHED') Clear/Verified @elseif($verificationFields['antecedants_data']['pan_no']['match_status'] == 'PARTIAL_MATCHED') Major Discrepancy @else Minor Discrepancy @endif
Mobile No {{ $verificationFields['antecedants_data']['mob_no']['value'] }}
@if($verificationFields['antecedants_data']['mob_no']['match_status'] == 'MATCHED') Clear/Verified @elseif($verificationFields['antecedants_data']['mob_no']['match_status'] == 'PARTIAL_MATCHED') Major Discrepancy @else Minor Discrepancy @endif
Address @if($verificationFields['antecedants_data']['address'] == 'Match') Match @else No Match @endif
Remarks

{{ $verificationFields['antecedants_data']['conclusion'] ?? '' }}

@include('templates.pagefooter')