@extends("common.layout") @section("header") {!! resource('js/components/multiSelect.js') !!} {!! resource('css/components/multiSelect.css') !!} {!! resource('js/payment/payment-common.js') !!} @endsection @section("content")
| 번호 | 정산월 | 정산등록일 | 이름 | 핸드폰 | 수강시작월 | 수강종료월 | 매출 | 환불 | 매출액 | 환불액 | 수강반(결제상품) | 수강반(수강강좌) | 유학원 | 특이사항 | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$list->firstItem() + $index}} | {{Carbon::parse($item->target_month)->format('Y년 m월')}} | {{Carbon::parse($item->insert_at)->format('ymd')}} | {{$item->user_name}} | {{BaseHelper::formatPhoneNumber($item->phone)}} | {{$item->period_enabled ? "" :Carbon::parse($item->period_start_month)->format('Y년 m월')}} | {{$item->period_enabled ? "" :Carbon::parse($item->period_end_month)->format('Y년 m월')}} | {{config('system.calc_affiliation')[$item->payment_affiliation] ?? ''}} | {{config('system.calc_affiliation_payment_types')[$item->payment_affiliation][$item->payment_type] ?? ''}} | {{$item->refund_price ? config('system.calc_affiliation')[$item->refund_affiliation] ?? '' : ''}} | {{$item->refund_price ? config('system.calc_affiliation_refund_types')[$item->refund_affiliation][$item->refund_type] ?? '' : ""}} | {{number_format($item->payment_price)}} | {{$item->refund_price ? '-'.number_format($item->refund_price) : ''}} | {{$item->product_name}} | {{$item->course_name}} | {{$item->branch ? config('system.calc_branch')[$item->branch] . "(".$item->branch_name.")" : ""}} | {{$item->notice}} |