@extends('layouts.client_template') @section('content') @include('layouts.client_common')

Monthly Commission

{{ $activetraders }}

Active traders

{{ $activesubib }}

Active subIB

Top 5 Earnings of subIBs


@if (count($top5subiblist) > 0) @foreach ($top5subiblist as $top5subib) @endforeach @endif
# Name Email Total Lots Commision Earned
{{ $loop->index + 1 }} {{ $top5subib->name }} {{ $top5subib->email }} {{ $top5subib->totallots }} {{ $top5subib->totalcomm }}
@endsection