@extends('layouts.app') @section('title', 'Investments') @section('content')
Capital contributions from investors
| # | Date | Investor | Project | Amount | Payment Method | Ref | Actions |
|---|---|---|---|---|---|---|---|
| {{ $inv->id }} | {{ $inv->investment_date->format('d M Y') }} | {{ $inv->investor?->name ?? 'N/A' }} | {{ $inv->project?->project_name ?? 'N/A' }} | {{ number_format($inv->amount, 2) }} | {{ $inv->paymentMethod?->method_name ?? '—' }} | {{ $inv->reference_number ?? '—' }} | |
| No investments recorded. | |||||||