@extends("common.layout") @section("header") @endsection @section("content")
번호 | 회원명 | 회원아이디(계정) | 주문번호 | 결제상태 | 배송상태 | 택배사 | 송장번호 | 수신자명 | 수신자연락처 | 배송주소 | 배송항목 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $item->id }} | {{ $item->user->name }} | {{ $item->user->email }} {{ $item->user->edm_id ?? "(".$item->user->edm_id.")" }} | {{ $item->payment->old_index > 0 ? $item->payment->old_index : $item->payment->payment_no }} | {{ $pStatus[$item->payment->status] }} |
status, ['CANCELED', 'NOT_APPLICABLE']) ) />
@if (! in_array($item->status, ['CANCELED', 'NOT_APPLICABLE']))
|
{{ $item->receiver }} | (+{{ $item->phone_code ?? 82 }}) {{ $item->mobile }} |
|
@foreach ($enrollments as $key => $enrollment)
@php
$giveTextbooks = $enrollment->getEnrollmentGiveTextbooks();
@endphp
{{ $enrollment->getEnrollmentName() }}
|