← Back to reports

Receivables

Customers who owe money

@can('reports.export') @endcan
Total Receivable
{{ number_format($totalReceivables, 2) }}
@if ($receivables->isEmpty()) @else @endif

Payables

Suppliers we owe money to

@can('reports.export') @endcan
Total Payable
{{ number_format($totalPayables, 2) }}
@if ($payables->isEmpty()) @else @endif