Yolcu Listesi

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