| TrxID | Status | Product | Phone | Cost | Profit | Admin | Agent | Merchant | Service Charge | Time | Paid Wallet | API | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$trx->purchase_id}} | {{$trx->status}} | {{$trx->product->title}} | {{$trx->phone_number}} | {{$trx->product_currency.' '.number_format($trx->cost,2,'.',',')}} | {{$trx->product_currency.' '.number_format((($trx->admin_price??$trx->price)-$trx->cost),2,'.',',')}} | {{$trx->product_currency.' '.number_format($trx->admin_price??$trx->price,2,'.',',')}} | {{$trx->product_currency.'
'.number_format($trx->agent_price,2,'.',',')}}
Commission ({{$trx->product_currency.' '.number_format(($trx->agent_price-($trx->admin_price??$trx->price)),2,'.',',')}}) |
{{-- {{$trx->product_currency.' '.number_format(($trx->selling_price-$trx->agent_price),2,'.',',')}} | --}}{{$trx->product_currency.'
'.number_format($trx->selling_price,2,'.',',')}}
Commission ({{$trx->product_currency.' '.number_format(($trx->selling_price-$trx->agent_price),2,'.',',')}}) |
{{$trx->product_currency.' '.$trx->service_charge}} | {{$trx->created_at}} | {{$trx->wallet->name}} Balance History: ({{$trx->wallet_initial_balance??0}} to {{$trx->wallet_after_balance??0}}) {{$trx->wallet_currency??''}} |
{{$trx->api_provider}} |