| # | Name | Amount | Status | Last Drawn Profit | 
|---|---|---|---|---|
| {{$index + 1}} | {{investor.Name}} 
                                                        {{investor.AccNo}}
                                                     | RM {{investor.Amount | number : '2'}} | Active Inactive | 
                                                        RM {{investor.LatestProfit.Amount | number : '2'}}
                                                         
                                                            {{investor.LatestProfit.TxDate | date : 'dd-MMM-yyyy'}}
                                                         |