@extends('vendor.layouts.auth') @section('style') @endsection @section('content')

KYC Verification

Upload your business documents

@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf

Upload your business documents

@if (auth()->user()->business_document_path)

✓ Already uploaded — choose a new file to replace it.

@endif

Tax ID / GST Certificate

@if (auth()->user()->tax_document_path)

✓ Already uploaded — choose a new file to replace it.

@endif

Identity Proof

@if (auth()->user()->identity_document_path)

✓ Already uploaded — choose a new file to replace it.

@endif
@endsection