{{ $company ?? 'HRMS' }}

{{ $title }}  ·  Generated {{ $generatedAt }}
@if(!empty($filters))
@foreach($filters as $label => $value) {{ $label }}: {{ $value }} @endforeach
@endif @if(!empty($summary))
@foreach($summary as $label => $value) {{ $label }}: {{ $value }} @endforeach
@endif @if(!empty($pdfTruncated))
Showing first {{ $pdfRowLimit ?? 500 }} of {{ $total }} record(s). Export XLSX for the complete dataset.
@endif @foreach($columns as $col) @endforeach @forelse($rows as $row) @foreach($row as $i => $cell) @endforeach @empty @endforelse
{{ $col }}
{{ $cell }}
No records match the selected filters.