Laporan Neraca

UD. RAR Crackers

Per : {{ $period }}

Jalan Lawangan Daya II, Kecamatan Pademawu, Kabupaten Pamekasan

@foreach ($totalPerAkun as $namaAkun => $total) @if (isset($groupedData[$namaAkun]) && $groupedData[$namaAkun]['kelompok'] === 'Harta') @endif @endforeach
Aktiva
Harta
{{ $namaAkun }} Rp. {{ number_format($total > 0 ? $total : 0, 0, ',', '.') }} Rp. {{ number_format($total < 0 ? abs($total) : 0, 0, ',', '.') }}
@foreach ($totalPerAkun as $namaAkun => $total) @if (isset($groupedData[$namaAkun]) && ($groupedData[$namaAkun]['kelompok'] === 'Hutang' || $groupedData[$namaAkun]['kelompok'] === 'Modal')) @endif @endforeach {{-- --}}
Pasiva
Hutang dan Modal
{{ $namaAkun }} Rp. {{ number_format($total < 0 ? abs($total) : 0, 0, ',', '.') }} Rp. {{ number_format($total > 0 ? $total : 0, 0, ',', '.') }}
Laba Bersih Rp. {{ number_format($labaRugi, 0, ',', '.') }}
Total Modal Rp. {{ number_format($totalModal < 0 ? abs($totalModal) : 0, 0, ',', '.') }} Rp. {{ number_format($totalModal > 0 ? $totalModal : 0, 0, ',', '.') }}
Total Hutang Rp. {{ number_format($totalHutang < 0 ? abs($totalHutang) : 0, 0, ',', '.') }} Rp. {{ number_format($totalHutang > 0 ? $totalHutang : 0, 0, ',', '.') }}
Total Aktiva Rp. {{ number_format($totalAktiva, 0, ',', '.') }}
Total Pasiva Rp. {{ number_format($totalPasiva, 0, ',', '.') }}