|
|
@if ( $service == 'academy')
@endif
@if (in_array($data->status, ["FAILED", "CANCELED", "REPAYMENT",'READY']))
{{ $convStatus[$transaction->status] }}
@else
@endif
|
|
@if ( $data->location == 'OFFLINE')
승인번호 변경 시 중복체크를 진행해주세요
사용할 수 있는 승인번호입니다.
@else
{{ $data->approval_no }}
@endif
|
|
|
|
|
취소가능금액 보다 취소금액이 많습니다. 금액을 다시 확인해주세요
|
|
|
|
|
@if ($data->service == 'academy')
|
|
|
|
@endif
|
$isChange]) value="{{ $data->paid_at ? date("Y-m-d", strtotime($data->paid_at)) : date("Y-m-d") }}" disabled data-accept="false">
|
|
canceled_at)) : '' }}" disabled>
|
|
|
|
@if ( $service == 'academy')
@php
$isOtherReason = $transaction->cancel_reason && ! in_array($transaction->cancel_reason, $cancel_messages);
@endphp
@if ( ! $isOtherReason )
@endif
@else
@endif
|