@forelse($responses as $c=>$response)
@if($response['package']['type']==1)

{{ $response['package']->countryData->name }}

@endif @if($response['package']['type']==2)

{{ $response['package']->regionData->name }}

@endif

{{ $response['icciddata']['profileStatus'] }}

@empty
No Record Found.
@endforelse