| I. Pendapatan |
|
| Pendapatan Bunga |
Rp. {{ number_format($total_pendapatan_bunga, 2, ',', '.') }} |
| SHU Kotor |
Rp. {{ number_format($total_pendapatan_bunga, 2, ',', '.') }} |
| |
|
| II. Beban Operasional |
|
| Beban Usaha |
|
@foreach ($beban_operasional as $item)
| - Beban {{ $item->keterangan }} |
Rp. {{ number_format($item->jumlah_uang, 2, ',', '.') }} |
@endforeach
| Total Beban Operasional |
Rp. {{ number_format($total_beban_operasional, 2, ',', '.') }} |
| |
|
| III. Sisa Hasil Usaha |
Rp. {{ number_format($sisa_hasil_usaha, 2, ',', '.') }} |
| |
|