@extends('layouts.master') @section('web_title') {{ $konfig->web_title }} @endsection @section('favicon') {{ $konfig->favicon }} @endsection @section('logo') {{ $konfig->logo }} @endsection @section('content')
| No. | NIS | Nama Siswa | Aksi |
|---|---|---|---|
| {{ $no++ }} | {{ $row->nis }} | {{ $row->nama_siswa }} | Detail Riwayat Transaksi |
| Tanggal | Pendapatan | Aksi |
|---|---|---|
| {{ month_id($data) }} | Rp. {{ $any ? number_format($reports[$data]->grand_bayar, 2, ',', '.') : 0 }} | Lihat Bulanan |