@extends('layouts.main', ['welcome' => true]) @section('content') user-circle {{ __('Change your phone email') }} @csrf {{ __('A verification code was sent by email to :email.', ['email' => $emailChangeCode->email]) }} {{ __('Enter the pin code bellow:') }} @include('parts.errors', ['name' => 'code']) You didn't receive the code? Resend a code @endsection
{{ __('A verification code was sent by email to :email.', ['email' => $emailChangeCode->email]) }}
{{ __('Enter the pin code bellow:') }}
You didn't receive the code? Resend a code