| 정산월 | 결제일 | 이름 | 전화번호 | 금액 | 수강반(결제상품) | |
|---|---|---|---|---|---|---|
| {{Carbon::parse($item->target_month)->format('Y년 m월')}} | {{Carbon::parse($item->paid_at)->format('y-m-d')}} | {{$item->name}} | {{BaseHelper::formatPhoneNumber($item->phone)}} | @if($calculationType == 'refund'){{number_format($item->refund_price)}} | @else{{number_format($item->payment_price)}} | @endif{{$item->product_name}} |