{{ __('Loan Stats') }}

{{-- @include('loans.partials.list-user-loans') --}} {{--
 
--}}
Loan summary
{{-- --}}
# First
Total loans {{ number_format($count) }}
Total capital {{ 'N$ ' . number_format($capital, '2', '.', ',') }}
Total interest {{ 'N$ ' . number_format($interest, '2', '.', ',') }}
Payment summary
{{--
By payment methods
--}} {{-- --}}
# First
Payments by debit orders {{ 'N$ ' . number_format($debit, '2', '.', ',') }}
Payments by EFT {{ 'N$ ' . number_format($eft, '2', '.', ',') }}
Payments by Wallet {{ 'N$ ' . number_format($wallet, '2', '.', ',') }}
Payments by cash {{ 'N$ ' . number_format($cash, '2', '.', ',') }}

Overall repayments
Total value
{{ number_format($total) }}
Total payment received
{{ 'N$ ' . number_format($paid, '2', '.', ',') }}
Total outstanding
{{ 'N$ ' . number_format($oustanding, '2', '.', ',') }}
{{--
--}} {{-- --}} {{--
--}}
Client summary
{{-- --}}
# First
Total online clients {{ number_format($c_all) }}
Total completed profiles {{ number_format($c_complete) }}
Total incomplete profiles {{ number_format($c_pending) }}