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

user-circle {{ __('Change your phone number') }}

@csrf

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

{{ __('Enter the pin code bellow:') }}

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

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

@endsection