@extends('layouts.app') @section('style') @endsection @section('content')

Clients Profit & Loss

Top 7 Profitable Clients

@if(count($topProfitableClients) > 0)
{{-- --}} @foreach ($topProfitableClients as $item) {{-- --}} @endforeach
Account No Name EmailVOLUMEProfit
{{ $item->LOGIN }} {{ $item->NAME }} {{ $item->EMAIL }}{{ $item->TLOT }}$ {{ $item->TPROFIT }}
@else


Sorry! No Data Found In This Daterange.




@endif

Top 7 Loser Clients

@if(count($topLoserClients) > 0)
{{-- --}} @foreach ($topLoserClients as $item) {{-- --}} @endforeach
Account No Name EmailVOLUMEProfit
{{ $item->LOGIN }} {{ $item->NAME }} {{ $item->EMAIL }}{{ $item->TLOT }}$ {{ $item->TPROFIT }}
@else


Sorry! No Data Found In This Daterange.




@endif
@endsection @section('script') {{-- {{ Html::script('custom/eModal/eModal.js') }} --}}