Personal Documents


Paan Card Image

@php $panImagePath = public_path('uploads/kyc/'.$obf_document_image->pan_image); @endphp @if(!empty($obf_document_image->pan_image) && file_exists($panImagePath)) PAN Image @else PAN Image @endif

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)) Aadhar Image @else No Image @endif
@endforeach @else
No Image
@endif

Aadhar Card & Paan Card Linked Status

@php $linkedImagePath = public_path('uploads/kyc/'.$obf_document_image->aadhar_pan_image); @endphp @if(!empty($obf_document_image->aadhar_pan_image) && file_exists($linkedImagePath)) PAN Image @else PAN Image @endif

Licence Image

@php $licenceImagePath = public_path('uploads/kyc/'.$obf_document_image->licance_image); @endphp @if(!empty($obf_document_image->licance_image) && file_exists($licenceImagePath)) PAN Image @else PAN Image @endif

Passport Image

@php $passportImagePath = public_path('uploads/kyc/'.$obf_document_image->passport_document); @endphp @if(!empty($obf_document_image->passport_document) && file_exists($passportImagePath)) PAN Image @else PAN Image @endif

GST Certificate

@php $gstImagePath = public_path('uploads/kyc/'.$obf_document_image->gst_certificate); @endphp @if(!empty($obf_document_image->gst_certificate) && file_exists($gstImagePath)) PAN Image @else PAN Image @endif

Department wise Documents


EW Certificate

@php $ewImagePath = !empty($ew_document->dms_ew_certificate) ? public_path('storage/app/public/'.$ew_document->dms_ew_certificate) : null; @endphp @if(!empty($ew_document->dms_ew_certificate) && file_exists($ewImagePath)) EW Image @else PAN Image @endif

MCP Certificate

@php $mcpImagePath = !empty($mcp_document->dms_mcp_certificate) ? public_path('storage/app/public/'.$mcp_document->dms_mcp_certificate) : null; @endphp @if(!empty($mcp_document->dms_mcp_certificate) && file_exists($mcpImagePath)) MCP Image @else PAN Image @endif

RSA Certificate

@php $rsaImagePath = !empty($rsa_document->dms_rsa_certificate) ? public_path('storage/app/public/'.$rsa_document->dms_rsa_certificate) : null; @endphp @if(!empty($rsa_document->dms_rsa_certificate) && file_exists($rsaImagePath)) RSA Image @else PAN Image @endif

CCS Certificate

@php $ccsImagePath = !empty($ccs_document->dms_rsa_certificate) ? public_path('storage/app/public/'.$ccs_document->dms_rsa_certificate) : null; @endphp @if(!empty($ccs_document->dms_rsa_certificate) && file_exists($ccsImagePath)) CCS Image @else PAN Image @endif

Fastage Image

@php $fastageImagePath = !empty($fastag_document->fasttag_image) ? public_path('storage/app/public/'.$fastag_document->fasttag_image) : null; @endphp @if(!empty($fastag_document->fasttag_image) && file_exists($fastageImagePath)) Fastage Image @else PAN Image @endif

Fastage Image

@php $fastageDMSImagePath = !empty($fastag_document->dms_certificate) ? public_path('storage/app/public/'.$fastag_document->dms_certificate) : null; @endphp @if(!empty($fastag_document->dms_certificate) && file_exists($fastageDMSImagePath)) Fastage DMS Image @else PAN Image @endif

Municipal Certificate

@php $municipalImagePath = !empty($municipal_document->municiple_image) ? public_path('storage/app/public/'.$municipal_document->municiple_image) : null; @endphp @if(!empty($municipal_document->municiple_image) && file_exists($municipalImagePath)) Municipal Image @else PAN Image @endif

Accessory Image

@php $accessoryDMSImagePath = !empty($accessory_document->dms_accesories_certificate) ? public_path('storage/app/public/'.$accessory_document->dms_accesories_certificate) : null; @endphp @if(!empty($accessory_document->dms_accesories_certificate) && file_exists($accessoryDMSImagePath)) Accessory Image @else PAN Image @endif

RTO Image

@php $rtoImagePath = !empty($rto_document->rto_image) ? public_path('storage/app/public/'.$rto_document->rto_image) : null; @endphp @if(!empty($rto_document->rto_image) && file_exists($rtoImagePath)) RTO Image @else PAN Image @endif

RTO DMS Image

@php $rtoDMSImagePath = !empty($rto_document->dms_rto_certificate) ? public_path('storage/app/public/'.$rto_document->dms_rto_certificate) : null; @endphp @if(!empty($rto_document->dms_rto_certificate) && file_exists($rtoDMSImagePath)) RTO DMS Image @else PAN Image @endif