Currently Fundraising
Seed Round is LIVE
Invest Now
£= number_format($startup['current_round_raised']) ?> raised
Target: £= number_format($startup['funding_goal']) ?>
Startup Money Pot
Available Capital
£= number_format($user['balance'], 2) ?>
Total Investments Received
£= number_format($startup['funding_raised'], 2) ?>
This pot holds all investments received. You can withdraw funds for business operations or add funds to cover investor dividends.
Monthly Dividends Due
Track upcoming monthly payments to your investors based on your = number_format($startup['founder_return_rate'] ?? 0, 1) ?>% offered return.
= htmlspecialchars($inv['investor_name']) ?>
Investment: £= number_format($inv['amount']) ?>
£= number_format($monthlyYield, 2) ?>
Next: = $nextPay ?>
The Vision
= nl2br(htmlspecialchars($startup['description'])) ?>
Business Intelligence
Business Model
= nl2br(htmlspecialchars($startup['business_model'])) ?>
Product/Service
= nl2br(htmlspecialchars($startup['product_service'])) ?>
Verified Data Rooms
'Income Statements',
'balance_sheets' => 'Balance Sheets',
'cash_flow_statements' => 'Cash Flow Statements',
'revenue_breakdown' => 'Revenue Breakdown',
'gross_margin' => 'Gross Margin Analysis'
];
foreach ($docs as $key => $label):
$docPath = $startup['doc_' . $key] ?? '';
?>