@component('mail::message') # Complete Your KYC Verification Dear {{ $investorName }}, To comply with regulatory requirements and protect your investment, we need to verify your identity. ## Required Documents Please upload the following documents: @foreach($requiredDocuments as $document) - **{{ ucwords(str_replace('_', ' ', $document)) }}** @endforeach ## Document Requirements - Documents must be clear, legible, and in full color - Accepted formats: PDF, JPG, PNG (max 10MB) - Documents must not be expired - All four corners of the document must be visible @component('mail::button', ['url' => $uploadUrl]) Upload Documents @endcomponent ## Why is KYC Required? Know Your Customer (KYC) verification is a legal requirement for investments above certain thresholds. It helps us: - Protect your investment from fraud - Comply with anti-money laundering regulations - Ensure the security of our investment platform ## Need Help? If you have any questions or issues uploading your documents, please contact our support team. Thank you for your cooperation! Best regards,
The {{ config('app.name') }} Team --- *Please complete your verification within 14 days to avoid delays in processing your investment.* @endcomponent