@include('partials.styles')
@include('partials.preloader') @include('partials.sidebar')
@include('partials.header')
User Documents
Back to List
Upload & Update User Documents
Primary Info
Doc Upload
@csrf
PAN Card Details
PAN Number
Current PAN Image
@if($user->pancard_image)
@endif
User Identity Document
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
Document Number
Current Document Image
@if($user->document_image)
@endif
Bank Information
Bank Name
Account Number
IFSC Code
Current Bank Image
@if($user->bank_image)
@endif
Previous
Save & Next
@include('partials.footer')
@include('partials.theme_settings') @include('partials.scripts')