@extends('emails.layout') @section('salutation') Hi, {{$user->displayName()}}! @endsection @section('content')

We attempted to charge the card you have on file but were unable to do so.
Please confirm your card details are correct and up to date.

@include('emails.call-to-action-button', ['link'=>$stringMappingConfig['productUrl'].'/my-account/payment-methods', 'label' => 'Confirm Payment Method']) @endsection