Personal Information
TransUnion® Experian® Equifax®
@foreach($personal_infos as $key => $value) @php $class = 'crLightTableBackground'; if($loop->even){ $class = 'crTableBackground'; } @endphp @if(getCreditReportValuesExistOrNot($value,$key)) @else @endif
{{$value['title']}}: None Reported @foreach($value['data']['TransUnion'] as $transUnion) {{ getCreditReportPersonalInfo($transUnion,$key) }}
@endforeach
@foreach($value['data']['Experian'] as $experian) {{ getCreditReportPersonalInfo($experian,$key) }}
@endforeach
@foreach($value['data']['Equifax'] as $equifax) {{ getCreditReportPersonalInfo($equifax,$key) }} @endforeach
@endforeach