@component('mail::message') # Dividend Payment Notification Dear {{ $investorName }}, We are pleased to inform you that your dividend payment for **{{ $period }}** has been processed. ## Payment Details | | | |---|---| | **Amount** | {{ $currency }} {{ $amount }} | | **Period** | {{ $period }} | | **Investment Reference** | {{ $investmentReference }} | | **Payment Method** | {{ ucfirst($paymentMethod ?? 'Bank Transfer') }} | | **Payment Date** | {{ $paidAt }} | ## Your Investment Performance Thank you for being a valued investor. Your investment continues to generate returns as projected. @component('mail::button', ['url' => config('app.frontend_url') . '/investor']) View Full Statement @endcomponent ## Questions? If you have any questions about this payment or your investment, please contact our Investor Relations team. Thank you for investing with us! Best regards,
The {{ config('app.name') }} Team --- *This payment reflects dividends earned during the {{ $period }} quarter.* @endcomponent