• {{ $organization->first_name." ".$organization->last_name }}
      @foreach($organization->reportees as $reportee) @php $picture = $reportee->thumb ? $reportee->thumb : 'profile.png'; @endphp
    • {{ $reportee->user->first_name." ".$reportee->user->last_name }}
      • – id}") }}"> {{ $reportee->position ? $reportee->position->name : "N/A" }}
      • Target – {{ $reportee->target ? number_format($reportee->target->target) : "N/A" }}
      • @if (count($reportee->reportees))
      • Reportees @foreach($reportee->reportees as $nextReportee)
        • id}") }}"> {{ $nextReportee->user->first_name." ".$nextReportee->user->last_name }} @if ($nextReportee->position) {{ " / ".$nextReportee->position->name }} @endif
        @endforeach
      • @endif
    • @endforeach