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

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

@csrf

{{ __('A verification code was sent by SMS to :phone.', ['phone' => $phoneChangeCode->phone]) }}

{{ __('Enter the code you received below') }}

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

{{ __("You didn't receive the code?") }} {{ __('Resend') }}

@endsection