Laporan RAT - Detail Akuntansi

Tabel lengkap sesuai format RAT dengan dukungan input manual per tahun.

@foreach($tables as $tableKey => $table) @endforeach
@foreach($tables as $tableKey => $table) @if($activeTab === $tableKey)

{{ $table['title'] }}

Input hanya untuk tahun terpilih. Ganti tahun untuk edit periode lain.

@foreach($table['columns'] as $column) @endforeach @foreach($table['rows'] as $row) @php $indentClass = match ($row['level']) { 1 => 'pl-4', 2 => 'pl-8', 3 => 'pl-12', default => '' }; @endphp @if($row['type'] === 'section' || $row['type'] === 'group') @else @foreach($table['columns'] as $column) @endforeach @endif @endforeach
Keterangan{{ $column['label'] }}
{{ $row['label'] }}
{{ $row['label'] }} @if($row['editable'] && (int) $column['year'] === (int) $selectedYear) @else {{ $this->formatCurrency($row['values'][$column['key']] ?? null) }} @endif
@endif @endforeach