@extends('layouts.app') @section('content')
{{trans('lang.app_setting_cod_short')}} @foreach($cods as $cod)
isEnabled == 'true') checked=checked @endif>
{!! trans('lang.app_settings_enable_cod_help') !!}
@endforeach
@foreach($razorpay as $razorpay) isEnabled == "true") checked @endif> @endforeach @foreach($stripe as $stripe) isEnabled == "true") checked @endif> @endforeach @foreach($paypal as $paypal) isEnabled == "true") checked @endif> @endforeach @foreach($payfast as $payfast) isEnabled == "true") checked @endif> @endforeach @foreach($paystack as $paystack) isEnabled == "true") checked @endif> @endforeach @foreach($flutterwave as $flutterwave) isEnabled == "true") checked @endif> @endforeach @foreach($wallet as $wallet) isEnabled == "true") checked @endif> @endforeach @foreach($mercadopago as $mercadopago) isEnabled == "true") checked @endif> @endforeach @foreach($applePay as $applePay) isEnabled == "true") checked @endif> @endforeach @foreach($orangepay as $orangepay) isEnabled == "true") checked @endif> @endforeach @foreach($xendit as $xendit) isEnabled == "true") checked @endif> @endforeach @foreach($midtrans as $midtrans) isEnabled == "true") checked @endif> @endforeach
{{trans('lang.cancel')}}
@endsection @section('scripts') @endsection