@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content') DELIVERY PAYMENT COMPLETED CHOOSE PAYMENT METHOD 2C2P/บัตรเครดิต {{-- method="POST" autocomplete="off" --}} @csrf @lang('frontend.frnd_08') @lang('frontend.frnd_03') @lang('frontend.frnd_07') @lang('frontend.frnd_02') @lang('frontend.frnd_09') @lang('frontend.frnd_04') @lang('frontend.frnd_11') @lang('frontend.frnd_05') CCV/CVC @lang('frontend.frnd_06') A simple danger alert—check it out! @lang('frontend.check_out') Bank Transfer @foreach ($Payment as $payment) {{ $payment['bank_name_' . $pageInit['lang']] ?? '' }} {{ $payment['account_' . $pageInit['lang']] ?? '' }} {{ $payment->account_number ?? '' }} @endforeach @lang('frontend.check_out') @lang('frontend::lang.pay_up_01') @if (!empty($order_item)) @foreach ($order_item as $item) {{ $item['product_name_' . $pageInit['lang']] ?? '' }} @lang('frontend::lang.pay_up_04') {{ $item['cartificate_' . $pageInit['lang']] ?? '-' }} / {{ $item->item_color ?? '-' }} @if (!empty($item->order_item_sku)) SKU {{ $item->order_item_sku ?? '' }} @endif @if (!empty($item['cartificate_' . $pageInit['lang']])) Certificate {{ $item['cartificate_' . $pageInit['lang']] ?? '-' }} @endif @if (!empty($item->item_color)) Body {{ $item->item_color }} @endif @if (!empty($item->item_diamond)) @lang('frontend::lang.m_purchased_detail_01') {{ $item->item_diamond }} @endif @if (!empty($item->item_size)) Weight {{ $item->item_size }} @endif @if (!empty($item->engraving_text)) Engraving {{ $item->engraving_text }} @endif Quantity {{ $item->quantity ?? 0 }} {{-- ดูเพิ่มเติม.. --}} @endforeach {!! !empty($data['freebies']['description']) ? $data['freebies']['description'] : '' !!} @endif @lang('frontend.frnd_121') @if (!empty($order->coupon_code)) @lang('frontend.sub_total') {{ number_format($order->grand_total ?? 0, 2) }} THB @else @lang('frontend.sub_total') {{ number_format($order->total_all ?? 0, 2) }} THB @endif @lang('frontend.frnd_63') 0.00 THB @lang('frontend::lang.pay_up_02') 0.00 THB {{-- @lang('frontend::lang.pay_up_03') {{ number_format($order->discount_total ?? 0, 2) }} THB --}} @if (!empty($order->coupon_code)) Coupon Code {{ $order->coupon_code }} Coupon Discount {{ number_format($order->coupon_discount_price ?? 0, 2) }} THB @endif GRAND TOTAL {{ number_format($order->total_all ?? 0, 2) }} THB {!! !empty($text['detail_1']) ? $text['detail_1'] : '' !!} {{-- --}} {!! !empty($text['detail_2']) ? $text['detail_2'] : '' !!} {{-- --}} @endsection @section('script') {{-- libary 2c2p --}} @endsection
2C2P/บัตรเครดิต
Bank Transfer
{{ $payment['account_' . $pageInit['lang']] ?? '' }}
{{ $payment->account_number ?? '' }}
{{ $item['product_name_' . $pageInit['lang']] ?? '' }}