Project
{{ $investment->project?->project_name ?? 'N/A' }}
Amount
{{ number_format($investment->amount, 2) }}
Date
{{ $investment->investment_date->format('d M Y') }}
Payment Method
{{ $investment->paymentMethod?->method_name ?? '—' }}
Reference Number
{{ $investment->reference_number ?? '—' }}
Created By
{{ $investment->createdBy?->name ?? '—' }}
@if ($investment->notes)
Notes
{{ $investment->notes }}
@endif
@if ($investment->receipt_attachment)
@endif