@extends($_layout . 'master') @section('title', scw_text('payment_order_page_title')) @include($_lib . 'register-meta') @section('content')
@if ($order)

{{ scw_text('payment_order_page_title') }}

{{scw_text('order_successful_and_process_to_payment')}}

{{ scw_text('checkout_order_summary') }}

{{-- @foreach ($order->details as $item)
{{ $item->product_name }}

{{ $item->product_name }}

@if ($item->attributes && count($item->attributes)) @foreach ($item->attributes as $attr)

{{ $attr->label ?? $attr->name }}: {{ $attr->text }}

@endforeach @endif

{{ $item->getTotalFormat() }} x {{ $item->quantity }}

@endforeach --}}

{{ scw_text('cart_page_sub_total') }}:

{{ $helper->getCurrencyFormat($order->sub_total) }}

{{ scw_text('cart_page_shipping_fee') }}:

0

{{ scw_text('cart_page_discount') }}:

0


{{ scw_text('cart_page_total') }}:

{{ $helper->getCurrencyFormat($order->total_money) }}

{{-- --}}
@else
{{ scw_text('cart_page_empty') }}
@endif
@endsection @section('js') {{-- --}} @endsection