@if (!is_null($singleResponse))
@if (count($singleResponse->getMedia('applicant_photos')) > 0)
Applicant Photo
@endif
@if (count($singleResponse->getMedia('passport_images')) > 0)
Passport Photo
@endif
@if (count($singleResponse->getMedia('other_images')) > 0)
Other Documents
@foreach ($singleResponse->getMedia('other_images') as $item)
@endforeach
@endif
@if (count($singleResponse->getMedia('applicant_photos')) == 0 &&
count($singleResponse->getMedia('other_images')) == 0 &&
count($singleResponse->getMedia('passport_images')) == 0)
No Image Found For Preview
@endif
@endif