{{-- Unmatched receipts are money you have been paid but not credited --}}
@if ($this->unmatched > 0)
{{ trans_choice(':count M-Pesa receipt could not be matched to an account.|:count M-Pesa receipts could not be matched to an account.',
$this->unmatched, ['count' => $this->unmatched]) }}