@extends('admin.layouts.admin', ['title' => __('Top 30 Winnders By Amount')]) @section('content') @if(count($errors) > 0)
@endif

Top 30 Winners By Amount

@foreach($activeAccount as $key => $activeAccounts) @endforeach
Login Party Name Name Equity Credit Ratio P/L Currency Last Accessed
{{$activeAccounts['login']}} {{$activeAccounts['partyName']}} {{$activeAccounts['name']}} {{$activeAccounts['equity']}} {{$activeAccounts['credit']}} {{$activeAccounts['commission']}} {{number_format($activeAccounts['client_earning'],0)}} {{$activeAccounts['currency']}} {{$activeAccounts['last_access_time']}}
@endsection