@extends('layouts.layout-mypage') @section("class", "orderView") @section('mypage-content')
*결제내역은 최대 5년까지 조회하실 수 있습니다.
이름
{{ $user->name }}
휴대폰번호
(+{{ $user->phone_code }}) {{ $user->phone }}
이메일
{{ $user->email }}
서비스 구분
주문번호
{{ $payment->payment_no }}
주문상품
(옵션)
/ 판매가
{{ $enroll->productName }} ({{ $enroll->optionName }})
{{ number_format($enroll->price) }}원
수강기간
{{ $enroll->productOption->period }}일
@endforeach결제일
{{ date('y.m.d H:i', strtotime($payment->paid_at)) }}
실결제금액
{{ number_format($payment->total_price) }}원 @php $canceledPrice = $payment->getCanceledPrice(); @endphp @if ( $canceledPrice > 0) (취소금액 -{{ number_format($canceledPrice) }}원) @endif
쿠폰 사용금액
{{ number_format($payment->discount_price) }}원
@foreach ($payment->issuedCoupons as $coupon)
・[
-
@endif결제상태
@if ( $status != 'CANCELED' && $payment->total_price != $payment->getActualPrice()) 부분취소 @else {{ $status[$payment->status] }} @endif
결제상태
{{ $method[$payment->method] }} @if ($payment->method == "CARD") ({{ isset($cards[$payment->card_name]) ? $cards[$payment->card_name] : "" }}카드 {{ $payment->is_sum == 1 ? "일시불" : "할부 " . $payment->monthly_count . "개월" }}) @endif
받는분
{{ $delivery->receiver }}
휴대폰번호
(+ {{ $delivery->country->phone_code }}){{ $delivery->mobile }}
전화번호
(+ {{ $delivery->country->phone_code }}){{ $delivery->tel }}
@else-
@endif배송국가
{{ $delivery->country->name }}
배송지
({{ $delivery->zip_code }}) {{ $delivery->address }} {{ $delivery->address_detail }}
배송현황
배송완료
배송조회여권 영문 이름
{{ $ticket->en_first_name }} {{ $ticket->en_last_name }}
여권 한글 이름
{{ $ticket->passport_name }}
여권 생년월일
{{ date('Y.m.d', strtotime($ticket->birthday)) }}
휴대폰번호
{{ $ticket->exam_phone }}