This package adds support for verifying new email addresses: when a user updates its email address, it won't replace the old one until the new one is verified.
@component('mail::message')
# {{ \Illuminate\Support\Facades\Lang::get('Verify Email Address') }}
# {{ \Illuminate\Support\Facades\Lang::get('Please click the button below to verify your email address.') }}
@component('mail::button', ['url' => $url])
# {{ \Illuminate\Support\Facades\Lang::get('Verify Email Address') }}
@endcomponent
{{ \Illuminate\Support\Facades\Lang::get('If you did not create an account, no further action is required.') }}
{{ \Illuminate\Support\Facades\Lang::get('Thanks') }},<br>
{{ config('app.name') }}
@endcomponent
new email
@component('mail::message')
# {{ \Illuminate\Support\Facades\Lang::get('Verify New Email Address') }}
# {{ \Illuminate\Support\Facades\Lang::get('Please click the button below to verify your new email address.') }}
@component('mail::button', ['url' => $url])
# {{ \Illuminate\Support\Facades\Lang::get('Verify Email New Address') }}
@endcomponent
{{ \Illuminate\Support\Facades\Lang::get('If you did not update your email address, no further action is required.') }}
{{ \Illuminate\Support\Facades\Lang::get('Thanks') }},<br>
{{ config('app.name') }}
@endcomponent
first email :
new email