@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')

CHOOSE PAYMENT METHOD

{{-- method="POST" autocomplete="off" --}}
@csrf
@foreach ($Payment as $payment)
@endforeach
@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