@if($pilots->count() > 0)
| Pilot | @for($x = 1; $x <= $tour->legs_count; $x++){{ 'L.'.$x }} | @endfor
|---|---|
| @if(Theme::getSetting('roster_ident')) {{ $pilot->ident.' - ' }} @endif {{ $pilot->name_private }} @if($tour_report[$pilot->id]['order'] === false) @endif | @for($y = 1; $y <= $tour->legs_count; $y++)@if(isset($tour_report[$pilot->id][$y]) && $tour_report[$pilot->id][$y] === true) @endif | @endfor