{{ $issuer->business_name }} | {{ $issuer->industry }} Industry
{{ $description }}
| Target Amount | {{ number_format($campaign->target_amount,2) }} |
|---|---|
| Min Investment | {{ number_format($campaign->min_investment,2) }} |
| Max Investment | {{ number_format($campaign->max_investment,2) }} |
| Status | {{ ucfirst($campaign->status) }} |
| Start Date | {{ $campaign->start_date?->format('d M, Y') }} |
| End Date | {{ $campaign->end_date?->format('d M, Y') }} |
| Balance Trust ID | {{ $campaign->balance_trust_id }} |
| Business Name | {{ $issuer->business_name }} |
|---|---|
| Industry | {{ $issuer->industry }} |
| Head Office | {{ $issuer->head_office }} |