@extends('layouts.main') @section('title', 'Payment Report') @section('content') @push('head') @endpush
{{ __(' Active')}}
{{ $activeUser}}
Inactive
{{$inactiveUser}}
{{-- --}}
Commision Amount
₦{{ number_format($paidInv[0]->total_commision_amount,2)}}
Transactions
{{$paidInv[0]->num_of_paid_tran}}
{{-- --}}
Paid
₦{{ number_format($paidInv[0]->amount,2)}}
Unpaid
₦{{ number_format($unPaidInv[0]->amount,)}}
{{-- end of top card summary --}}
{{-- monthly performac --}}
{{-- --}} @push('script') {{-- --}} @endpush @endsection