{{translate('Payment Summary')}}

@if($order->preorder_product?->is_prepayment)

{{ translate('Total Amount') }}

{{ format_price($order->grand_total) }}

{{ translate('Prepay Amount') }}

{{ format_price($order->prepayment) }}

@else

{{ translate('Total Amount') }}

{{ format_price($order->grand_total) }}

{{ translate('Prepay Amount') }}

{{ format_price(0) }}

@endif

*{{ translate('Amount to be paid while final order ')}} {{format_price($order->preorder_product?->is_prepayment ? ($order->grand_total - $order->prepayment) : $order->grand_total) }}

{{--

*{{ translate('Minimum order quantity')}} {{ $order->quantity }}

--}}
@if($order->final_order_status == 0 && $order->preorder_product?->is_coupon)
@php $is_coupon_applied = $order->is_coupon_applied;@endphp
@csrf @method('POST')
@endif