@php use App\Enums\PaymentType; @endphp @extends('foreground.layouts.frame') @section("titleBanner")

壹然 evernature

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

感謝您,您的訂單已成立!

訂單完成說明文字,訂單完成說明文字,訂單完成說明文字, 訂單完成說明文字,訂單完成說明文字。

訂單資訊

  • 訂單編號: {{ $orderNumber ?? "WIP" }}
  • 訂單日期: {{ $createdAt ?? "WIP" }}
  • 合計金額: NT$ {{ $amount ?? "WIP" }}
  • 寄送方式: @if(!empty($shippingType ?? "WIP")) {{ $shippingType ?? "WIP" }} @elseif($isSelf) 自取 @endif
  • @if($isStorePickup ?? "WIP")
  • 取貨門市:{{ $storeName ?? "WIP" }}
  • @elseif($isHomeDelivery)
  • 寄送地址:{{ $address }}
  • @endif
  • 付款狀態: {{ $paymentStatus ?? "WIP" }}
  • 商品小計
  • "WIP"
  • {{--
  • {{ $cartTotal($cartChannelValue) }}
  • --}}
  • {{ $shippingName }}
  • {{ $logisticsPrice }}
  • 優惠券折扣
  • "WIP"
  • {{--
  • {{ $discount($cartChannelValue) }}
  • --}}
  • 訂單金額
  • "WIP" {{-- NT${{ $orderTotal($cartChannelValue) }} --}}
@include('foreground.layouts.footer') @endsection