@php use App\Models\EsimOrder; @endphp @extends(Auth::user()->extender()) @section('title'){{__('Report')}} {{ __('Sales and Transactions') }} @endsection @section('content') @include('includes.page_header',['title'=>__('Report')." ". __('Sales and Transactions'),'url'=>route(Auth::user()->user_dashboard()),'icon' => $icon??'','permission'=>'PriorityRoute-view']) {{-- Progress modal include --}} @include('includes.progress_modal')
| TrxID | Status | Product | Phone | Cost | Comission | Price | Service Charge | Paid Wallet | Time |
|---|---|---|---|---|---|---|---|---|---|
|
{{$trx->purchase_id}}
Invoice Print |
{{$trx->status}} | {{$trx->product->title}} | {{$trx->phone_number}} | {{$trx->wallet_currency.' '.number_format($trx->agent_price_pyrwlt,2,'.',',')}} | {{$trx->wallet_currency.' '.number_format(($trx->selling_price_pyrwlt-$trx->agent_price_pyrwlt),2,'.',',')}} | {{$trx->wallet_currency.' '.number_format($trx->selling_price_pyrwlt,2,'.',',')}} | {{$trx->wallet_currency.' '.($trx->service_charge)}} | {{$trx->wallet->name}} Balance History: ({{$trx->wallet_initial_balance??0}} to {{+$trx->wallet_after_balance??0}}) {{$trx->wallet_currency??''}} |
{{$trx->created_at}} |