@extends('frontend.layouts.contentLayoutMaster') @section('title', '結帳') @section('vendor-styles') {{-- --}} @endsection @section('page-styles') @endsection @section('content')
購物車明細
商 品
單 價
數 量
小 計
您的購物車是空的

(贈品) @{{ gift.name }} x @{{ gift.quantity }}

@{{ invalid?.cart_items_json.join('') }}

小計$@{{ format(itemsTotal) }}

運費$@{{ format(freight_fee) }}


總結$@{{ format(total) }}

訂購人
@{{ invalid?.customer_name.join('') }}
@{{ invalid?.customer_cellphone.join('') }}
@{{ invalid?.customer_telephone.join('') }}
@{{ invalid?.customer_email.join('') }}
@{{ invalid?.customer_county.join('') }}
@{{ invalid?.customer_district.join('') }}
@{{ invalid?.customer_address.join('') }}
收件人
@{{ invalid?.receiver_name.join('') }}
@{{ invalid?.receiver_cellphone.join('') }}
@{{ invalid?.receiver_telephone.join('') }}
@{{ invalid?.receiver_email.join('') }}
@{{ invalid?.receiver_county.join('') }}
@{{ invalid?.receiver_district.join('') }}
@{{ invalid?.receiver_address.join('') }}
付款資訊
@{{ invalid?.invoice_personal_code.join('') }}
@{{ invalid?.invoice_company_title.join('') }}
@{{ invalid?.invoice_company_number.join('') }}
{{-- 2023.04.27 需求:先關閉,目前開團會先統一出貨 --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- 可出貨日期 --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@endsection @section('vendor-scripts') {{-- --}} @endsection @section('page-scripts') @endsection