@extends('manager.layouts.admin', ['title' => __('Broker Overview Detail')]) @section('content') @if(count($errors) > 0)
@endif @if(\Session::has('success'))

{{\Session::get('success')}}

@endif @if(\Session::has('error'))

{{\Session::get('error')}}

@endif
SR.NO Description Data Active Credit View
1 Total Accounts {{$total_accounts[0]['count']}} - {{number_format($total_accounts[0]['credit']/10000000,4,'.',',') . " CR"}}
2 Total INR Accounts {{$inr_accounts[0]['count']}} - {{number_format($inr_accounts[0]['credit']/10000000,4,'.',',') . " CR"}}
3 Total COMEX Accounts {{$comex_accounts[0]['count']}} - {{number_format($comex_accounts[0]['credit']/10000000,4,'.',',') . " CR"}}
4 Liquidate Accounts {{$liquidateAccounts[0]['count']}} - {{number_format($liquidateAccounts[0]['credit']/10000000,4,'.',',') . " CR"}}
5 Non Liquidate Accounts {{$nonLiquidateAccounts[0]['count']}} - {{number_format($nonLiquidateAccounts[0]['credit']/10000000,4,'.',',') . " CR"}}
6 Rebate Accounts {{$rebate_accounts[0]['count']}} - {{number_format($rebate_accounts[0]['credit']/10000000,4,'.',',') . " CR"}}
7 Active Accounts {{$activeAccount[0]['count']}} - {{number_format($activeAccount[0]['credit']/10000000,4,'.',',') . " CR"}}
8 Non Active Accounts {{$nonActiveAccount[0]['count']}} - {{number_format($nonActiveAccount[0]['credit']/10000000,4,'.',',') . " CR"}}
9 Close Accounts {{$close_accounts[0]['count']}} - {{number_format($close_accounts[0]['credit']/10000000,4,'.',',') . " CR"}}
10 Other Accounts {{count($other_accounts)}} - @if(!empty($other_accounts[0]['credit'])) {{number_format($other_accounts[0]['credit']/10000000,4,'.',',') . " CR"}} @endif
11 1-10% Accounts {{$first[0]['count']}} {{$first_active}} {{number_format($first[0]['credit']/10000000,4,'.',',') . " CR"}}
12 11-20% Accounts {{$second[0]['count']}} {{$second_active}} {{number_format($second[0]['credit']/10000000,4,'.',',') . " CR"}}
13 21-30% Accounts {{$third[0]['count']}} {{$third_active}} {{number_format($third[0]['credit']/10000000,4,'.',',') . " CR"}}
14 31-40% Accounts {{$fourth[0]['count']}} {{$fourth_active}} {{number_format($fourth[0]['credit']/10000000,4,'.',',') . " CR"}}
15 41-50% Accounts {{$fifth[0]['count']}} {{$fifth_active}} {{number_format($fifth[0]['credit']/10000000,4,'.',',') . " CR"}}
16 51-60% Accounts {{$six[0]['count']}} {{$six_active}} {{number_format($six[0]['credit']/10000000,4,'.',',') . " CR"}}
17 61-70% Accounts {{$seven[0]['count']}} {{$seven_active}} {{number_format($seven[0]['credit']/10000000,4,'.',',') . " CR"}}
18 71-80% Accounts {{$eight[0]['count']}} {{$eight_active}} {{number_format($eight[0]['credit']/10000000,4,'.',',') . " CR"}}
19 81-90% Accounts {{$nine[0]['count']}} {{$nine_active}} {{number_format($nine[0]['credit']/10000000,4,'.',',') . " CR"}}
20 91-100% Accounts {{$ten[0]['count']}} {{$ten_active}} {{number_format($ten[0]['credit']/10000000,4,'.',',') . " CR"}}
21 Accounts without Ratio Description {{$dataWithoutZipcode}} - -
@endsection