@extends('layouts.main', ['welcome' => true]) @section('content')

call @if ($account->phone) Change your phone number @else Set your phone number @endif

@csrf
@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'])
@include('parts.errors', ['name' => 'phone'])
@include('parts.captcha')
@endsection @section('footer') Hop @endsection