@php $row = 'odd' @endphp
@foreach($arrivals as $arrival)
| {{$arrival->standard_time}} |
{{strtoupper($arrival->airline->title)}} |
{{strtoupper($arrival->flight->code)}} |
{{strtoupper($arrival->airport->title)}} |
{{$arrival->estimated_time}} |
{{strtoupper($arrival->status->title)}} |
@php $row = ($row == 'odd') ? 'even' : 'odd' @endphp
@endforeach