@component('emails.Components.Body') @component('emails.Components.Content', [ 'title' => '方案扣款失敗', 'fullName' => $full_name , ])

您購買的方案於{{$created_at}}扣款失敗!

提醒您,請儘速前往DingSomething管理後台更新您的付款資訊,
以防中斷您的預訂服務。

@endcomponent

信用卡自動扣款失敗常見原因(僅供參考,詳細原因請洽發卡銀行)


以下為您的購買資訊


@include('emails.Components.Button', [ 'class'=> 'mb-5', 'link' => config('app.dingsomething.admin.url'), 'text' => 'DingSomething管理後台', ]) @include('emails.Components.Link', [ 'link' => config('app.dingsomething.admin.url'), ]) @endcomponent