Preview Laporan Laba Rugi

Periode: {{ $period }}

LAPORAN LABA RUGI

UNTUK PERIODE YANG BERAKHIR PADA {{ $period }}

I. PENDAPATAN

@forelse($revenue as $item) @empty @endforelse
Akun Jumlah
{{ $item->kode_akun }} - {{ $item->nama_akun }} Rp {{ number_format($item->total, 2, ',', '.') }}
Tidak ada data pendapatan dalam periode ini
TOTAL PENDAPATAN Rp {{ number_format($totalRevenue, 2, ',', '.') }}

II. BEBAN OPERASIONAL

@forelse($expenses as $item) @empty @endforelse
Akun Jumlah
{{ $item->kode_akun }} - {{ $item->nama_akun }} Rp ({{ number_format($item->total, 2, ',', '.') }})
Tidak ada data beban operasional dalam periode ini
TOTAL BEBAN OPERASIONAL Rp ({{ number_format($totalExpenses, 2, ',', '.') }})

LABA (RUGI) BERSIH

Rp {{ number_format($netProfit, 2, ',', '.') }}
Generated by TPST Management System Waktu Cetak: {{ now()->format('d/m/Y H:i:s') }}