@if (isset($branch)) @foreach ($branch->players as $touch_point => $player)
@if ($player->status->state === 'HEALTHY')
@else
@endif
@if ($player->status->planState === 'PLAYER_HAS_LATEST_PLAN')
@else
@endif
{{ $branch->id.' '.$touch_point.' '.$branch->district }}
@endforeach @endif