@extends('layouts.app') @section('title', 'Investor Profit Report') @section('content')
Total Investment
Total Distributed
Profit Due
| # | Investor | Mobile | Investment | Distributed | Profit Due |
|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $row->name }} | {{ $row->mobile }} | ৳{{ number_format($row->total_investment) }} | ৳{{ number_format($row->total_distributed) }} | ৳{{ number_format($row->profit_due) }} |
| No investor data found. | |||||