@extends('theme.master')
@section('title', '訂閱紀錄')
@section('content')
@include('admin.message')
{{ __('frontstaticword.PurchaseHistory') }}
| {{ __('frontstaticword.Plus') }} |
|---|
| {{ $effectOrder->plus_channel->name }} |
請至移致 IOS 手機 APP 取消訂閱,謝謝 !
@else若取消訂閱,待訂閱時間結束後將不再累積獎勵點數。
@endif @endif @if ($effectOrder->status == 4) @endif @if ($effectOrder->status == 6) {{ __('frontstaticword.ReSubscription') }} @endif @else @if ( isset($plan) )| {{ __('frontstaticword.Plus') }} |
|---|
| {{ $plusChannel->plus_channel->name }} |
| {{ __('frontstaticword.OrderID') }} | {{ __('frontstaticword.SubscriptionEndDate') }} | {{ __('frontstaticword.PaymentStatus') }} | {{ __('frontstaticword.Invoice') . __('adminstaticword.Number') }}號碼 | {{ __('frontstaticword.More') }} |
|---|---|---|---|---|
| {{ $orderId }} | {{-- 到期日 --}}
@if ($order->enroll_expire)
@if ( in_array( $order->status, [ 1, 2, 4, 6 ] ) )
{{ date('Y m/d', strtotime($order->enroll_expire)) }}
@endif
@endif
|
{{-- 付款狀態 --}}
@foreach ($status as $statusKey => $statusName)
@if ($order->status == $statusKey)
{{ $statusName }}
@endif
@endforeach
|
{{-- 發票 --}}
@if($order->invoice_no)
{{$order->invoice_no}}
{{ __('frontstaticword.InvoiceDownload') }}點我下載
@endif
|
{{-- 查看更多 --}}
|
| {{ __('frontstaticword.OrderID') }} | {{ __('frontstaticword.CouponCode') }} | {{ __('frontstaticword.Extend') . '/' . __('frontstaticword.Discount') }} |
|---|---|---|
| {{ $couponUsed->order_id }} | {{-- 優惠碼 --}}{{ $couponUsed->coupon->code }} | {{-- 延展 / 折價 --}}@if($couponUsed->coupon->distype == 'fix') {{ __('frontstaticword.CouponCode') . $couponUsed->coupon->amount . __('frontstaticword.Dollar') }} @else {{ __('frontstaticword.Extend') . $couponUsed->coupon->amount . __('frontstaticword.Day') }} @endif |