|
@if($logoPath)
{{ strtoupper(substr($schoolName, 0, 1)) }}
@endif
|
{{ $schoolName }}
{{ $schoolTagline }}
{{ $schoolContact }}
|
Finance Report — {{ ucfirst($type) }}
| KES {{ number_format($totals['collection'], 0) }}Total collection | KES {{ number_format($totals['balances'], 0) }}Outstanding balances | {{ number_format($totals['defaulters'], 0) }}Defaulters |
| # | Method | Count | Total |
|---|---|---|---|
| {{ $i + 1 }} | {{ $c->method }} | {{ $c->n }} | KES {{ number_format($c->total, 0) }} |
| No collections recorded. | |||
| # | Invoice | Learner | Balance | @if($type === 'defaulters')Status | @endif
|---|---|---|---|---|
| {{ $i + 1 }} | {{ $r->invoice_no }} | {{ $r->learner ? $r->learner->first_name.' '.$r->learner->last_name.' ('.$r->learner->admission_no.')' : '#'.$r->learner_id }} | KES {{ number_format($r->balance, 0) }} | @if($type === 'defaulters'){{ ucfirst($r->status) }} | @endif
| Nothing to show. | ||||