{{ __($translatePrefix . '.show.payment-methods') }}

@if (count($paymentmethods) == 0) @endif @foreach($paymentmethods as $source) @if ($source->gateway_uuid == 'paypal_express_checkout') @else @endif @endforeach
{{ __('client.payment-methods.card') }}
{{ __('client.payment-methods.default') }}
{{ __('global.actions') }}

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

{{ $source->email }} •••• {{ $source->last4 ?? $source->email }}
@if (!$source->isDefault($item))
@csrf
@endif
@csrf @method('DELETE')
{{ $paymentmethods->links('admin.shared.layouts.pagination') }}