{{ strtoupper($koperasi->nama_koperasi) }}

{{ strtoupper($koperasi->slogan) }}

{{ $koperasi->alamat }} Telepon : {{ strtoupper($koperasi->telepon) }} Email : {{ strtolower($koperasi->email) }}
{{ strtoupper($koperasi->kota) }}

LAPORAN PENGAJUAN PINJAMAN

{{ $var['dari_tanggal']." s/d ".$var['sampai_tanggal'] }}
Jenis Pinjaman : {{ $var['pinjaman'] }}
@php $no = 0; $jumRealisasi = 0; $jumPokok = 0; $jumJasa = 0; $jumDenda = 0; $jumTotal = 0; @endphp @foreach($listRekap as $item) @php $no++; $jumRealisasi += $item['realisasi']; $jumPokok += $item['pokok']; $jumJasa += $item['jasa']; $jumDenda += $item['denda']; $jumTotal += $item['total']; @endphp @endforeach
No.
Tanggal
Realisasi Pinjaman
Angsuran
Pokok
Jasa
Denda
Total
{{ $no }}
{{ $item['tanggal_rekap'] }}
{{ mataUang($item['realisasi']) }} {{ mataUang($item['pokok']) }} {{ mataUang($item['jasa']) }} {{ mataUang($item['denda']) }} {{ mataUang($item['total']) }}
Total
{{ mataUang($jumRealisasi) }} {{ mataUang($jumPokok) }} {{ mataUang($jumJasa) }} {{ mataUang($jumDenda) }} {{ mataUang($jumTotal) }}