@php $paymentCalculations = $data->paymentCalculations ?? ''; $affiliationPaymentTypes = config('system.calc_affiliation_payment_types'); $affiliationRefundTypes = config('system.calc_affiliation_refund_types'); @endphp
정산 @if($type === 'popup') @endif
상품 여러 개 등록 시 첫 번째 상품에 한해서만 정산 매핑됩니다.
settlement_enabled ?? $type === 'popup' ?? false)>
~
수강기간 비활성화
period_enabled ?? false)>
환불 내역
-
@php $fields = ['refund_month', 'refund_price', 'refund_affiliation', 'refund_type']; @endphp @if($paymentCalculations && collect($fields)->every(fn($field) => filled($paymentCalculations->{$field})))
@endif
@if(count(optional($paymentCalculations)->items ?? []) > 0) @foreach($paymentCalculations?->items ?? [null] as $index => $item)
@if($index > 0) @endif @if($index == 0) @endif
정산 내역
@endforeach @else
정산 내역
@endif