AgroInvest Investment Lifecycle Report

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 }}
AmountNGN {{ number_format($investment->amount,2) }}
Status{{ strtoupper($investment->status) }}
Started{{ $investment->started_at }}
Expected Completion{{ $investment->expected_completion_at }}

Lifecycle Timeline

@foreach($events as $e)
{{ $e->title }} — {{ $e->progress_percent }}%
{{ $e->event_date }}

{{ $e->description }}

@endforeach