@include('partials.styles')
@include('partials.preloader') @include('partials.sidebar')
@include('partials.header')
Edit User Documents
Back to List
User Documents
Primary Info
Doc Upload
@csrf
PAN Number
PAN Image
@if($distributor->pancard_image)
@else
No image uploaded
@endif
Document Type
Select Document Type
document_type == 'Adhaar Card' ? 'selected' : '' }}>Adhaar Card
document_type == 'Voter Card' ? 'selected' : '' }}>Voter Card
document_type == 'Driving License' ? 'selected' : '' }}>Driving License
Image
@if($distributor->document_image)
@else
No image uploaded
@endif
Bank Name
Account Number
IFSC
Bank Image
@if($distributor->bank_image)
@else
No image uploaded
@endif
Previous
Save & Next
@include('partials.footer')
@include('partials.theme_settings') @include('partials.scripts')