@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])
@if(!$activeMinimumMethods)
{{ translate('payment_methods_are_not_available_at_this_time.') }}
@else @if(($cashOnDeliveryBtnShow && $cash_on_delivery['status']) || (auth('customer')->check() && $wallet_status==1))
{{ translate('payment_method')}}
{{ translate('go_back') }}
@endif @if($cashOnDeliveryBtnShow && $cash_on_delivery['status'] || $digital_payment['status']==1 || (auth('customer')->check() && $wallet_status==1)) @if(($cashOnDeliveryBtnShow && $cash_on_delivery['status']) || (auth('customer')->check() && $wallet_status==1))

{{ translate('select_a_payment_method_to_proceed')}}

@if($cashOnDeliveryBtnShow && $cash_on_delivery['status'])
@endif @if(auth('customer')->check() && $wallet_status==1)
@endif
@if($cashOnDeliveryBtnShow && $cash_on_delivery['status'])
{{ translate('Bring_Change_Instruction') }}

{{ translate('Insert_amount_if_you_need_deliveryman_to_bring') }}

@endif @endif @endif @if ($digital_payment['status']==1) @if(count($payment_gateways_list) > 0 || isset($offline_payment) && $offline_payment['status'] && count($offline_payment_methods)>0)
{{ translate('pay_via_online')}}
({{ translate('faster_&_secure_way_to_pay') }})
@endif
@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 @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