KWITANSI PEMBAYARAN

{{ $student->school->name ?? 'Sekolah Digital' }}

No. Kwitansi
:
#KW-{{ date('ymd') }}-{{ rand(100,999) }}
Telah Terima Dari
:
{{ $student->nama_lengkap }} ({{ $student->nis }})
Kelas
:
{{ $student->classroom->grade }} {{ $student->classroom->name }}
Untuk Pembayaran: @foreach($transactions as $index => $t) @endforeach
No Keterangan Tagihan Periode Jumlah (Rp)
{{ $index + 1 }} {{ $t->billing->paymentType->name }} - {{ $t->billing->bill_name }} {{ $t->billing->academic_year }} {{ number_format($t->amount, 0, ',', '.') }}
TOTAL BAYAR {{ number_format($totalAmount, 0, ',', '.') }}
Terbilang: # {{ $terbilang }} #