@extends('layouts.app') @section('content')
| ID | Investor | Type | Amount | Date | Remarks | Actions |
|---|---|---|---|---|---|---|
| {{ $investment->id }} | {{ $investment->investor->name ?? 'N/A' }} | {{ ucfirst($investment->type) }} | {{ number_format($investment->amount, 2) }} | {{ $investment->date }} | {{ $investment->remarks }} | Edit |
| No investments found | ||||||