@foreach($students['months'] as $month) @endforeach @foreach($students['months'] as $month) @endforeach @foreach($students['months'] as $month) @endforeach @foreach($students['data'] as $key => $student) @foreach($student['total'] as $row) @endforeach @foreach($student['products'] as $key => $product) @foreach($product as $row) @endforeach @endforeach @endforeach @foreach($students['submit'] as $key =>$submit) @endforeach
수강구분{{Carbon::parse($month . '-01')->format('n')}} 월
신규 재등록 변경 환불 집계
인원수 비중 인원수 비중 변경인원수 비중 환불인원수 비중 (유지포함)실수강인원수
[EAEAEB]{{$key}}{{number_format($row['new_count'])}} {{number_format($row['new_ratio'])}}% {{number_format($row['renew_count'])}} {{number_format($row['renew_ratio'])}}% {{number_format($row['change_count'])}} {{number_format($row['change_ratio'])}}% {{number_format($row['refund_count'])}} {{number_format($row['refund_ratio'])}}% {{number_format($row['total_count'])}}
{{$key}}{{number_format($row['new_count'])}} {{number_format($row['new_ratio'])}}% {{number_format($row['renew_count'])}} {{number_format($row['renew_ratio'])}}% {{number_format($row['change_count'])}} {{number_format($row['change_ratio'])}}% {{number_format($row['refund_count'])}} {{number_format($row['refund_ratio'])}}% {{number_format($row['total_count'])}}
[CFCFD4]합계{{number_format($submit['new_count'])}} {{number_format($submit['new_ratio'])}}% {{number_format($submit['renew_count'])}} {{number_format($submit['renew_ratio'])}}% {{number_format($submit['change_count'])}} {{number_format($submit['change_ratio'])}}% {{number_format($submit['refund_count'])}} {{number_format($submit['refund_ratio'])}}% {{number_format($submit['total_count'])}}