| {{ $index + 1 }} |
{{ $timeline->member->name ?? '-' }} |
{{ $timeline->current_place ?? '-' }} |
{{ $timeline->target_place ?? '-' }} |
{{ $timeline->distance ? number_format($timeline->distance, 2) : '-' }} |
{{ $timeline->oil_cost ? number_format($timeline->oil_cost, 2) : '-' }} |
{{ $timeline->date ? date('d/m/Y', strtotime($timeline->date)) : '-' }} |
{{ $timeline->time ? date('H:i', strtotime($timeline->time)) : '-' }} |
{{ $timeline->checkout_time ? date('H:i', strtotime($timeline->checkout_time)) : '-' }} |
{{ $timeline->status_request ? $timeline->status_request : '-' }} |
@endforeach