@if(!$activeMinimumMethods)
{{ translate('payment_methods_are_not_available_at_this_time.') }}
@else
@if(($cashOnDeliveryBtnShow && $cash_on_delivery['status']) || (auth('customer')->check() && $wallet_status==1))
@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'])
@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)
@endforeach
@if(isset($offline_payment) && $offline_payment['status'] && count($offline_payment_methods)>0)
@foreach ($offline_payment_methods as $method)
@endforeach
@endif
@endif
@endif