Invest Requested
| Serial | Customer Name | Transaction_number | Status | Ammount | Action |
|---|---|---|---|---|---|
| {{$key+1}} | {{$invests->rel_to_user->name}} | {{$invests->transaction_number}} | {{$invests->ammount}} | @if($invests->status == 0) Requested @elseif($invests->status == 1) Accepted @elseif($invests->status == 2) Rejected @endif |
|
| Serial | Customer Id | Status | Ammount | Action |