Total Transactions Count: {{$purchase_trxs->count()}}
@php use App\Models\Operator; @endphp @extends(Auth::user()->extender()) @section('title'){{__('Report')}} {{ __('Top Operators') }} @endsection @section('content') @include('includes.page_header',['title'=>__('Report')." ". __('Top Operators'),'url'=>route(Auth::user()->user_dashboard()),'icon' => $icon??'','permission'=>'PriorityRoute-view'])
| # | ID | Name | Country | Count | Amount | |
|---|---|---|---|---|---|---|
| {{$key}} | {{$operator->vivape_id??''}} | {{$operator->name??''}} | {{$operator->country->country_name??''}} | {{$trx_operator['count']??''}} | {{$trx_operator['total_amount']??''}} | |
| No users found | ||||||