You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
The text was updated successfully, but these errors were encountered:
first email :
new email
The text was updated successfully, but these errors were encountered: