@extends('layouts.front-end.app') @section('title', translate('choose_Payment_Method')) @push('css_or_js') @endpush @section('content')
{{ translate('payment_method')}}
@include('web-views.partials._checkout-steps',['step'=>3])

{{ translate('payment_method')}}

{{ translate('go_back') }}

{{ translate('select_a_payment_method_to_proceed')}}

@if($cashOnDeliveryBtnShow && $cash_on_delivery['status'] || $digital_payment['status']==1)
@if($cashOnDeliveryBtnShow && $cash_on_delivery['status'])
@endif @if(auth('customer')->check() && $wallet_status==1)
@endif
@endif @if ($digital_payment['status']==1)
{{ translate('pay_via_online') }}
({{ translate('faster_&_secure_way_to_pay') }})
@foreach ($payment_gateways_list as $payment_gateway)
@csrf @if ($payment_gateway->mode == 'live' && isset($payment_gateway->live_values['callback_url'])) @elseif ($payment_gateway->mode == 'test' && isset($payment_gateway->test_values['callback_url'])) @else @endif
@endforeach
@if(isset($offline_payment) && $offline_payment['status'] && count($offline_payment_methods)>0)
@foreach ($offline_payment_methods as $method) @endforeach
@endif @endif
@include('web-views.partials._order-summary')
@if(isset($offline_payment) && $offline_payment['status']) @endif @if(auth('customer')->check() && $wallet_status==1) @endif @endsection @push('script') @endpush