@php $columnCount = count($columns); $columnWidths = match ($columnCount) { 3 => ['54%', '22%', '24%'], 5 => ['17%', '26%', '9%', '16%', '32%'], default => array_fill(0, max(1, $columnCount), (100 / max(1, $columnCount)) . '%'), }; @endphp

{{ $title }}

Periode: {{ $period ?? (($tanggalMulai ?? '-') . ' sampai ' . ($tanggalSelesai ?? '-')) }}  |  Dicetak: {{ $printedAt ?? now('Asia/Jakarta')->format('d/m/Y H:i') }}
@foreach ($columnWidths as $width) @endforeach @foreach ($columns as $column) @endforeach @forelse ($rows as $row) @foreach ($columns as $index => $column) @endforeach @empty @endforelse
{{ $column }}
{{ $row[$index] ?? '' }}
Tidak ada data.