|
{{$value['title']}}:
|
@if(getCreditReportValuesExistOrNot($value,$key))
None Reported
|
@else
@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
|
@endif