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