@extends('layouts.admin') @section('title'){{ __('New Optimized') }} @endsection @section('content')
@include('modules.reports.recharge.filter_fields')
{{-- Filter --}} Reset
@foreach($transection as $trx) @endforeach
TrxID Status Product Phone Admin Agent Merchant Service Charge Time Paid Wallet API
{{$trx->purchase_id}} {{$trx->status}} {{$trx->product->title}} {{$trx->phone_number}} {{$trx->wallet_currency.' '.number_format($trx->agent_price_pyrwlt,2,'.',',')}}
Commission ({{$trx->product_currency.' '.number_format(($trx->agent_price-($trx->admin_price??$trx->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}} to {{$trx->wallet_after_balance??0}}) {{$trx->wallet_currency??''}}
{{$trx->api_provider}}
{{-- Pagination --}} {{ $transection->links() }}
@endsection