@extends('layouts.main', ['welcome' => true]) @section('content') {{ __('Change your email') }} @csrf {{ __('Please enter the new email that you would like to link to your account.') }} @include('parts.errors', ['name' => 'code']) {{ __('Email') }} @include('parts.errors', ['name' => 'email']) @include('parts.captcha') @endsection
{{ __('Please enter the new email that you would like to link to your account.') }}