@php $paymentMethods = $paymentMethods ?? \App\Services\PaymentMethodService::enabled(); $style = $style ?? 'checkout'; @endphp @if(empty($paymentMethods))
No payment method is available right now. Please contact the store or try again later.
@elseif($style === 'landing') @foreach($paymentMethods as $i => $method) @endforeach @else @foreach($paymentMethods as $i => $method) @endforeach @endif