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