@extends('backend.layouts.app') @section('title', 'Add KYC') @section('page-title', 'Add KYC') @section('page-breadcrumb', 'Add KYC') @section('content')
Add KYC @if(Auth::user()->user_type>4) KYC List @endif
@csrf
@if(Auth::user()->user_type>4)
Select User
@endif
Max upload file size: 250KB {{Auth::user()->user_img}}
Max upload file size: 250KB {{Auth::user()->aadhar_img}}
Max upload file size: 250KB

KYC DOCUMENTS ,submit self attested documenmentation proof for one of each of two below i tick the below mentioned documents submitted by me , I am hereby declare that all the statements made by me in this application form are true and complete to the best of my knowledge, I confirm that i have myself submitted the copies of my identity and adress proof documents for the purpose of KYC as mentioned above.

@endsection @section('self_script') @endsection