Yolcu Listesi
{{ $title }} · {{ count($rows) }} yolcu · {{ now()->format('d.m.Y H:i') }}
@foreach($headings as $h)
{{ $h }}
@endforeach
@foreach($rows as $r)
@foreach($r as $ci => $cell)
{{ in_array($ci, [8,9,10]) && is_numeric($cell) ? number_format((float) $cell, 0, ',', '.') . '₺' : $cell }}
@endforeach
@endforeach
Bu belge {{ now()->format('d.m.Y H:i') }} tarihinde otomatik oluşturulmuştur.