Quick add
| When | Partner | Amount | Source | Link | Notes |
|---|---|---|---|---|---|
| {{ $c->contributed_at?->format('d M Y, H:i') }} | {{ $c->shareholder?->display_name }} | {{ number_format((float) $c->amount, 2) }} | {{ $c->source?->label() ?? $c->source }} | @if ($c->expense_id) Expense #{{ $c->expense_id }} @elseif ($c->bottle_intake_id) Intake #{{ $c->bottle_intake_id }} @else — @endif | {{ \Illuminate\Support\Str::limit($c->notes, 48) }} |
| No capital movements yet. | |||||