@php $colCount = count($monthlyCountData); // foreach로 생길 중간 열 개수 $dynamicWidth = "calc((100% - 360px) / {$colCount})"; @endphp @foreach($monthlyCountData as $row) @endforeach @foreach($monthlyCountData as $row) @endforeach @foreach($monthlyCountData as $row) @endforeach @foreach($monthlyCountData as $row) @endforeach @foreach($monthlyCountData as $row) @endforeach @foreach($monthlyCountData as $row) @endforeach @foreach($monthlyCountData as $row) @endforeach @foreach($monthlyCountData as $row) @endforeach @foreach($combinedRevenueData as $data) @endforeach @foreach($combinedRevenueData as $data) @endforeach @foreach($combinedRevenueData as $data) @endforeach @foreach($combinedRevenueData as $data) @endforeach @foreach($combinedCalcData as $month => $data) @endforeach @foreach($combinedCalcData as $month => $data) @endforeach @foreach($combinedRevenueData as $data) @endforeach @foreach($combinedRevenueData as $data) @endforeach @foreach($combinedCalcData as $data) @endforeach @foreach($combinedCalcData as $month => $data) @endforeach @foreach($combinedCalcData as $data) @endforeach @foreach($combinedCalcData as $data) @endforeach @foreach($combinedCalcData as $month => $data) @endforeach @foreach($combinedCalcData as $data) @endforeach
구분{{Carbon\Carbon::parse($row->target_month)->month}}월합계
인원 수강생수{{$row->student_count}}{{$totalCountData->student_count}}
①신규{{$row->new}}{{$totalCountData->new}}
②재등록{{$row->renew}}{{$totalCountData->renew}}
③기존{{$row->active}}{{$totalCountData->active}}
매출 인원수(①+②){{$row->revenue_person_count}}{{$totalCountData->revenue_person_count}}
환불인원수{{$row->refund_person_count}}{{$totalCountData->refund_person_count}}
총 인원{{$row->total_person_count}}{{$totalCountData->total_person_count}}
매출 신규{{ number_format($data['new']) }}{{ number_format($totalRevenueData['new']) }}
재등록{{ number_format($data['renew']) }}{{ number_format($totalRevenueData['renew']) }}
변경{{ number_format($data['change']) }}{{ number_format($totalRevenueData['change']) }}
기타{{ number_format($data['etc']) }}{{ number_format($totalRevenueData['etc']) }}
시험센터 대여 {{ number_format($data['lease']) }} {{ number_format($totalCalcData['lease']) }}
B2B 쉐어 {{ number_format($data['b2b']) }} {{ number_format($totalCalcData['b2b']) }}
환불{{ number_format($data['refund'] * -1) }}{{ number_format($totalRevenueData['refund'] * -1) }}
총 매출{{ number_format($data['total']) }}{{ number_format($totalRevenueData['total']) }}
정산 사업팀 일반{{ number_format($data['business_general']) }}{{ number_format($totalCalcData['business_general']) }}
사업팀 기타 {{ number_format($data['business_etc']) }} {{ number_format($totalCalcData['business_etc']) }}
[F0DAD8]사업팀 합계{{ number_format($data['business_general'] + $data['business_etc']) }}{{ number_format($totalCalcData['business_general'] + $totalCalcData['business_etc']) }}
TNC팀 일반{{ number_format($data['tnc_general']) }}{{ number_format($totalCalcData['tnc_general']) }}
TNC팀 기타 {{ number_format($data['tnc_etc']) }} {{ number_format($totalCalcData['tnc_etc']) }}
[D6D6F9]TNC팀 합계{{ number_format($data['tnc_general'] + $data['tnc_etc']) }}{{ number_format($totalCalcData['tnc_general'] + $totalCalcData['tnc_etc']) }}