{{ __('billing.card_body') }}
{{ __('billing.card_on_file', [ 'brand' => \Illuminate\Support\Str::title($card['brand']), 'last4' => $card['last4'], 'month' => str_pad((string) $card['exp_month'], 2, '0', STR_PAD_LEFT), 'year' => $card['exp_year'], ]) }}
@endif @if ($clientSecret === null)