Contract: {{ $contract->contract_number }}
| Daily Payment Amount: | TZS {{ number_format($contract->daily_payment_amount, 2) }} |
| Contract Duration: | {{ $contract->start_date->diffInDays($contract->end_date) }} days |
| Total Contract Value: | TZS {{ number_format($contract->total_contract_value, 2) }} |
| Payment Frequency: | Daily |
| Payment Deadline: | 8:00 PM each day |
| Recipient | Percentage | Daily Amount (TZS) |
|---|---|---|
| Investor Income | 60% | {{ number_format($contract->daily_payment_amount * 0.6, 2) }} |
| Company Management Fee | 40% | {{ number_format($contract->daily_payment_amount * 0.4, 2) }} |
| Total Daily Payment | 100% | {{ number_format($contract->daily_payment_amount, 2) }} |
| Provider | USSD Code | Business Number |
|---|---|---|
| M-Pesa (Vodacom) | *150*00# | 12345 |
| Tigo Pesa | *150*01# | 67890 |
| Airtel Money | *150*60# | 24680 |