@foreach($students['data'] as $key => $student)
| [EAEAEB]{{$key}} |
@foreach($student['total'] as $row)
{{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'])}} |
@endforeach
@foreach($student['products'] as $key => $product)
| {{$key}} |
@foreach($product as $row)
{{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'])}} |
@endforeach
@endforeach
@endforeach
| [CFCFD4]합계 |
@foreach($students['submit'] as $key =>$submit)
{{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'])}} |
@endforeach