{{ __('Items In Your Cart') }}

@if ($cart) @foreach ($cart as $key => $item)

{{ Str::limit($item['name'], 45) }}

x{{ $item['qty'] }}

{{ PriceHelper::setCurrencyPrice($item['price']) }}
@endforeach @endif @if ($cart_redeem) @foreach ($cart_redeem as $key => $item)

{{ Str::limit($item['name'], 45) }}

x{{ $item['qty'] }}

0
@endforeach @endif @if($get_free)
{{ __('สินค้าแถม') }}

@foreach ($get_free as $key => $value_get_free)

{{ $value_get_free['pro_name'] }}

{{ Str::limit($value_get_free['name'], 45) }}

x{{ $value_get_free['free_tqy'] }}

฿0
@endforeach @endif
รวม
{{ PriceHelper::setCurrencyPrice($cart_total) }}
@if (!Request::is('checkout/billing/address'))
การจัดส่ง
@if (PriceHelper::CheckDigital() == true) @php $free_shipping = DB::table('shipping_services') ->whereStatus(1) ->whereIsCondition(1) ->first(); @endphp {{ __('Please select shipping method') }} @error('shipping_id')

{{ $message }}

@enderror @endif

@endif
@if ($discount)
{{ __('คูปอง') }}: {{ $discount['code']->code_name }}
- {{ PriceHelper::setCurrencyPrice($discount ? $discount['discount'] : 0) }}
@endif @if ($usepoint)
{{ __('แต้มแทนเงินสด') }}:
- {{ PriceHelper::setCurrencyPrice($usepoint ? $usepoint['sub'] : 0) }}
@endif @if ($shipping)
{{ __('Shipping') }}
{{ PriceHelper::setCurrencyPrice($shipping ? $shipping->price : 0) }}
@endif
{{ __('Order total') }}
{{ PriceHelper::setCurrencyPrice($grand_total) }}
ท่านจะได้รับคะแนน
{{ $get_point }} คะแนน
@if (!Request::is('checkout/billing/address'))
วิธีการชำระเงิน
@php $gateways_bank = DB::table('payment_settings') ->where('unique_keyword', 'bank') ->whereStatus(1) ->first(); @endphp
{{-- ... --}} ...
137-2-64821-6

{{ __('ธนาคารกสิกร') }}
{{ __('บริษัท ฮาร์ดแวร์เฮาส์ คอร์ปอเรชั่น จำกัด') }}
{{ __('สาขา บางบ่อ') }}

{{--
--}}
{{ __('ชำระเงิน') }} @endif