{{ $title }} @php $kelas = new \App\Models\ClassRoom(); @endphp
Data Transaksi Siswa
Nis : {{ $student->nis }}
Nama Siswa : {{ $student->name }}
Jenis Kelamin : {{ $student->gender }}
Kelas : {{ $kelas->now_class($student->tahun_masuk, $student->class->name_class) }}
Jurusan : {{ $student->class->jurusan }}

@foreach ($transaksi as $list) @php $transaction = new \App\Models\Transaction(); $total = $transaction->nominalTransaksi($list->id); @endphp @endforeach
# Tanggal Bayar Tahun Ajaran Nominal Actions
{{ $list->nota }} {{ \Carbon\Carbon::parse($list->tanggal_bayar)->locale('id')->translatedFormat('l, d F Y') }} {{ $list->tahun_ajaran }} Rp. {{ number_format($total, 0, ',', '.') }} Cetak Nota