Aadhar Card Image
@php
$aadharImages = !empty($obf_document_image->adhar_image) ? explode(',', $obf_document_image->adhar_image) : [];
@endphp
@if(count($aadharImages) > 0)
@foreach($aadharImages as $image)
@php
$imagePath = public_path('uploads/kyc/'.$image);
@endphp
@if(!empty($image) && file_exists($imagePath))
 }})
@else
 }})
@endif
@endforeach
@else
@endif