@extends('foreground.layouts.frame') @section("titleBanner")

壹然 evernature

Banner首圖
會員專區
@endsection @section('body') @include("foreground.layouts.alert") @include('foreground.layouts.header', [ 'current' => '', ])

消費詳情

訂購詳情

  • 訂單編號: {{ $orderNo }}
  • 物流單號: {{ $logisticsNumber }}
  • 訂單日期: {{ $createdAt }}
  • 合計金額: NT{{ $total }}
  • @if(!empty($shippingType))
  • 寄送方式:{{ $shippingType }}
  • @elseif($isSelf)
  • 寄送方式:自取
  • @endif @if($isStorePickup)
  • 取貨門市:{{ $storeName }}
  • @elseif($isHomeDelivery)
  • 寄送地址:{{ $address }}
  • @endif @if ($order->source_key === "normal")
  • 付款狀態: {{ $paymentStatus }}
  • @elseif($order->source_key === "groupBuying")
  • 付款狀態: {{ $processMessage }} {{ $process }}
  • @elseif($order->source_key === "limitTimePreorder")
  • 付款狀態: {{ $paymentStatusForLimitTimePreorder }}
  • @endif @if($isGoToPay) @endif
  • 商品 / 規格
  • 單價
  • 數量
  • 價格
@include('foreground.layouts.footer') @endsection