{{ __('client.payment-methods.index') }}

{{ __('client.payment-methods.index_description') }}

@if(isset($count) && $count > 3) {{ __('global.seemore') }} @endif
@if (count($sources) == 0) @endif @foreach($sources as $i => $source) @if ($source->gateway_uuid == 'paypal_express_checkout') @else @endif @endforeach
{{ __('client.payment-methods.paymentmethod') }}
{{ __('client.payment-methods.expiration') }}
{{ __('client.payment-methods.default') }}
{{ __('global.actions') }}

{{ __('global.no_results') }}

{{ $source->email }} •••• {{ $source->last4 ?? $source->email }} {{ $source->exp_month . '/' . $source->exp_year }} @if ($source->isDefault()) {{ __('global.yes') }} @else {{ __('global.no') }} @endif
@if (!$source->isDefault())
@csrf
@endif
@csrf @method('DELETE')