@if ($account->email)
Please enter the new email address that you would like to link to your account.
@else
The verification code is invalid.
Please enter again your email address to receive a new code.
@endif
@include('parts.errors', ['name' => 'code'])