{{-- Kolonları kullanıcı tarafından seçilen yolcu manifestosu PDF çıktısı. $headings / $rows → PassengerManifestService::matrix() $numericKeys → sağa yaslanacak kolon indeksleri (tutar alanları) --}}

{{ $docTitle ?? 'Yolcu Listesi' }}

{{ $title }} {{ count($rows) }} YOLCU @if(!empty($presetLabel)){{ mb_strtoupper($presetLabel) }}@endif
@foreach($headings as $h)@endforeach @forelse($rows as $r) @foreach($r as $ci => $cell) @php $isNum = in_array($ci, $numericKeys ?? [], true); @endphp @endforeach @empty @endforelse
{{ $h }}
{{ $isNum && is_numeric($cell) ? number_format((float) $cell, 2, ',', '.') : $cell }}
Yolcu kaydı yok.
{{ $agencyName ?? '' }} {{ now()->format('d.m.Y H:i') }}