{{ translate('payment_details') }}
- {{ translate('cart') }}
- {{ translate('shipping_details') }}
- {{ translate('payment') }}
{{ translate('payment_methods_are_not_available_at_this_time.') }}
{{ translate('payment_information') }}
-
@if($cashOnDeliveryBtnShow && $cash_on_delivery['status'])
- @endif @if(auth('customer')->check() && $wallet_status == 1)
- @endif @if($digital_payment['status'] == 1) @if(isset($offline_payment) && $offline_payment['status'] && count($offline_payment_methods) > 0)
- @endif @if(count($payment_gateways_list) > 0 || (isset($offline_payment) && $offline_payment['status'] && count($offline_payment_methods) > 0))
- @foreach ($payment_gateways_list as $payment_gateway)
- @endforeach @endif @endif