@extends('layouts.main', ['welcome' => true]) @section('content') phone {{ __('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']) {{ __('Phone number') }} @include('parts.errors', ['name' => 'phone']) @include('parts.captcha') @endsection
{{ __('Please enter the new phone number that you would like to link to your account.') }}