@extends('layouts.app') @section('title', 'Investors') @section('content')
Module 7 — Manage project investors
| # | Name | Mobile | NID | Invested | Distributed | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $investor->id }} | {{ $investor->name }} | {{ $investor->mobile }} | {{ $investor->nid ?? '—' }} | {{ number_format($investor->total_investment, 2) }} | {{ number_format($investor->total_profit_distributed, 2) }} | {{ $investor->is_active ? 'Active' : 'Inactive' }} | |
| No investors found. | |||||||