@extends('layouts.main', ['welcome' => true]) @section('content') {{ __('Code Verification') }} @csrf {{ __('A verification code was sent by email to :email.', ['email' => $emailChangeCode->email]) }} {{ __('Enter the code you received below') }} @include('parts.errors', ['name' => 'code']) {{ __("You didn't receive the code?") }} {{ __('Resend') }} @endsection
{{ __('A verification code was sent by email to :email.', ['email' => $emailChangeCode->email]) }}
{{ __('Enter the code you received below') }}
{{ __("You didn't receive the code?") }} {{ __('Resend') }}