@include('partials.header')
Edit User Documents
Back to List
User Documents
@csrf
@if($distributor->pancard_image)
@else

No image uploaded

@endif
@if($distributor->document_image)
@else

No image uploaded

@endif
@if($distributor->bank_image)
@else

No image uploaded

@endif
Previous
@include('partials.footer')