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