@extends('layouts.auth.app') @section('title', 'NIN Validation') @section('content')
Validate NIN records for individuals
Total Records: {{ $viewModel['TotalRecords'] }}
Please hold, your request is being processed...
| RIN | Individual Name | TIN | NIN | Address | NIN Status |
Select All
|
|---|---|---|---|---|---|---|
| {{ $item->IndividualRIN }} | {{ $item->IndividualName }} | {{ $item->Tin }} | {{ $item->NIN }} | {{ $item->ContactAddress }} | {{ $item->NINStatus }} |
No records found requiring NIN validation
Page {{ $viewModel['CurrentPage'] }} of {{ $viewModel['TotalPages'] }} ({{ $viewModel['TotalRecords'] }} total records)
@if($viewModel['TotalRecords'] > count($viewModel['NINIndividuals'])) @endif