TRANSACTIONS / LIST @if(!blank($client)) ({{$client->email}}) @endif
@if(!blank($client)) @endifTxn ID | User | Plan | Amount | Profit | Auto top up | Initiated At | Duration | Status | Actions | |
---|---|---|---|---|---|---|---|---|---|---|
{{$investments[$i]->txn_id}} | {{$investments[$i]->dplan()->name}} | {{number_format($investments[$i]->amount,2,'.',',')}} {{$client->user_curr()}} | {{number_format($investments[$i]->roi,2,'.',',')}} {{$client->user_curr()}} | {{$investments[$i]->autot}} | {{\Carbon\Carbon::parse($investments[$i]->created_at)->toDayDateTimeString()}} | {{$investments[$i]->inv_duration}} | {{strtoupper($investments[$i]->active)}} |
{{ $investments->links() }}