@extends('layouts.master') @section('page-title',$page_info['page_title']) @section('main-section')

Dashboard

@if(isSuperAdmin() || isAdmin())
Total Fresh Leads

{{$freshLeadsCount ?? 0}}

Since ({{$filterShow}})

Total Sanction Leads

{{$sanctionLeadsCount ?? 0}}

Since ({{$filterShow}})

Total Disbursed Leads

{{$disbursedLeadsCount ?? 0}}

Since ({{$filterShow}})

Total Rejected Leads

{{$rejectedLeadsCount ?? 0}}

Since ({{$filterShow}})

Loan Vs Collection Amount (FY / {{$currentYear}})

Income Before Taxes vs After Taxes (FY / {{$currentYear}})

Before Taxes

{{nf($queryAdminFeeAmountShow)}}

After Taxes

{{nf($queryInterestAmountShow)}}

Overview Since ({{$filterShow}})

Loan Amount {{nf($sumLoanApprovedAmount)}}

Disbursal Amount {{nf($sumDisbursalAmount)}}

Collection {{nf($sumCollectionAmount)}}

Admin Fee {{nf($sumAdminFeeAmount)}}

Interest Amount {{nf($sumInterestAmount)}}

GST Fee {{nf($sumGstAmount)}}

All Leads Since ({{$filterShow}})

Relationship Managers Since ({{$filterShow}})

@if(count($totalPerformanceCountRM) > 0) @foreach($totalPerformanceCountRM as $key => $arr) @if($key > 0) @php $mt ='mt-3'; @endphp @endif
Generic placeholder image
#{{++$key}} Position
{{$arr->displayName}}
{{$arr->email}}
@endforeach @endif

Credit Managers Since ({{$filterShow}})

@if(count($totalPerformanceCountCM) > 0) @foreach($totalPerformanceCountCM as $key => $arr) @if($key > 0) @php $mt2 ='mt-3'; @endphp @endif
Generic placeholder image
#{{++$key}} Position
{{$arr->displayName}}
{{$arr->email}}
@endforeach @endif

Collection Branches Since ({{$filterShow}})

@foreach($totalPerformanceCountCB as $key => $arr) @endforeach
Branches Position Collection
{{$arr->branch}} #{{++$key}} Position {{nf($arr->amount_count)}}
@endif @endsection @section('custom-js') @endsection