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

{{ __('Change your phone number') }}

@csrf

{{ __('Please enter the new phone number that you would like to link to your account.') }}

@include('parts.errors', ['name' => 'code'])
@include('parts.errors', ['name' => 'phone'])
@include('parts.captcha')
@endsection