Generated {{ now()->format('d M Y H:i') }}
| Investment ID | {{ $investment->investment_id }} |
| Product ID | {{ $investment->product_id }} |
| Investor User ID | {{ $investment->user_id }} |
| Merchant User ID | {{ $investment->merchant_user_id }} |
| Amount | NGN {{ number_format($investment->amount,2) }} |
| Status | {{ strtoupper($investment->status) }} |
| Started | {{ $investment->started_at }} |
| Expected Completion | {{ $investment->expected_completion_at }} |
{{ $e->description }}