@if (!empty($paymentSettings))

Select Your Preferable Payment Method

@if (!empty($paymentSettings->paypal_client_id) && !empty($paymentSettings->paypal_secret))
@endif @if (!empty($paymentSettings->stripe_publishable_key)) {{-- stripe btn --}}
@csrf {{-- --}} {{-- --}} {{-- --}}
@endif
@else

This Feature Currently Switched Off !

@endif